| Index: third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| index 93d273c58e3073f28b6e6dfcefbdcd951cbf2e85..d45ab2e310b33a71fc3be26dbcdcf5ce18b44b4c 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -405,9 +405,6 @@ void SVGImage::drawInternal(SkCanvas* canvas,
|
| canvas->drawPicture(recording.get());
|
| }
|
|
|
| - if (getImageObserver())
|
| - getImageObserver()->didDraw(this);
|
| -
|
| // Start any (SMIL) animations if needed. This will restart or continue
|
| // animations if preceded by calls to resetAnimation or stopAnimation
|
| // respectively.
|
|
|