| 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 50812eea8c4666d1cdd7af8b2cbda7494953147d..fd27da2548197b9fdba8126680c036cd92b3c0a1 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -407,9 +407,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.
|
|
|