OSDN Git Service

Automated import from //branches/donutburger/...@142696,142696
authorMike Reed <>
Wed, 25 Mar 2009 22:53:51 +0000 (15:53 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Wed, 25 Mar 2009 22:53:51 +0000 (15:53 -0700)
WebCore/platform/graphics/android/ImageAndroid.cpp

index 3a3312f..6997a9e 100644 (file)
@@ -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();