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

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

Issue 2743363006: Clean up cc/paint interfaces (Closed)
Patch Set: Rebase 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 fed6ba49013df01b9af5571334b6b7b21524e3d3..cf8bbedeb72ced34c2b367420d6e14fdb7048c74 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