| Index: third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp b/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
|
| index 82cda2f68e33297f32c55fb6a27f8ab50d0f12c1..fd2b796213f3b08219cbb4a8363d292778a8e64a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
|
| @@ -290,9 +290,6 @@ void BitmapImage::draw(
|
| if (image->isLazyGenerated())
|
| PlatformInstrumentation::didDrawLazyPixelRef(image->uniqueID());
|
|
|
| - if (ImageObserver* observer = getImageObserver())
|
| - observer->didDraw(this);
|
| -
|
| startAnimation();
|
| }
|
|
|
|
|