summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/ImageAndroid.cpp
diff options
context:
space:
mode:
authorMike Reed <>2009-03-25 15:46:51 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-25 15:46:51 -0700
commita5bebc14cac5ab868d26b9615ff9db1337a59cd1 (patch)
treeef83c54e9b23b76d27d399523c4f5fcc344a2ef9 /WebCore/platform/graphics/android/ImageAndroid.cpp
parent2f2c81c0881d79cf59da76b7ad90bf526086802e (diff)
downloadexternal_webkit-a5bebc14cac5ab868d26b9615ff9db1337a59cd1.zip
external_webkit-a5bebc14cac5ab868d26b9615ff9db1337a59cd1.tar.gz
external_webkit-a5bebc14cac5ab868d26b9615ff9db1337a59cd1.tar.bz2
Automated import from //branches/master/...@142735,142735
Diffstat (limited to 'WebCore/platform/graphics/android/ImageAndroid.cpp')
-rw-r--r--WebCore/platform/graphics/android/ImageAndroid.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/platform/graphics/android/ImageAndroid.cpp b/WebCore/platform/graphics/android/ImageAndroid.cpp
index 3a3312f..6997a9e 100644
--- a/WebCore/platform/graphics/android/ImageAndroid.cpp
+++ b/WebCore/platform/graphics/android/ImageAndroid.cpp
@@ -155,9 +155,6 @@ void BitmapImage::checkForSolidColor()
void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect,
const FloatRect& srcRect, CompositeOperator compositeOp)
{
- if (!m_source.initialized())
- return;
-
startAnimation();
SkBitmapRef* image = this->nativeImageForCurrentFrame();