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

Unified Diff: Source/platform/graphics/ReplayingCanvas.cpp

Issue 455213002: use new onDrawPicture variant (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update InterceptingCanvas Created 6 years, 4 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
« no previous file with comments | « Source/platform/graphics/ReplayingCanvas.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ReplayingCanvas.cpp
diff --git a/Source/platform/graphics/ReplayingCanvas.cpp b/Source/platform/graphics/ReplayingCanvas.cpp
index 4f18de9906e741554004bee661886bf7d06f3a92..30578de219325799cc56ee1b6d77c3177c6d8f80 100644
--- a/Source/platform/graphics/ReplayingCanvas.cpp
+++ b/Source/platform/graphics/ReplayingCanvas.cpp
@@ -253,12 +253,6 @@ void ReplayingCanvas::onClipRegion(const SkRegion& region, SkRegion::Op op)
this->SkCanvas::onClipRegion(region, op);
}
-void ReplayingCanvas::onDrawPicture(const SkPicture* picture)
-{
- AutoReplayer replayer(this);
- this->SkCanvas::onDrawPicture(picture);
-}
-
void ReplayingCanvas::onDrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint)
{
AutoReplayer replayer(this);
« no previous file with comments | « Source/platform/graphics/ReplayingCanvas.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698