| 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 1e379fe5557e8238fef2e70823c745d91723c5fd..a8e6181f7a41600f8d68d094a6dfbbe29f15ad6e 100644
|
| --- a/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
|
| @@ -486,7 +486,6 @@ void SVGImage::drawInternal(PaintCanvas* canvas,
|
| SkRect layerRect = dstRect;
|
| canvas->saveLayer(&layerRect, &flags);
|
| }
|
| -
|
| canvas->drawPicture(paintRecordForCurrentFrame(srcRect, dstRect, url));
|
| }
|
|
|
|
|