Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Unified Diff: third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp

Issue 2743363006: Clean up cc/paint interfaces (Closed)
Patch Set: Fix PaintControllerTest v2 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));
}

Powered by Google App Engine
This is Rietveld 408576698