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

Unified Diff: Source/platform/graphics/InterceptingCanvas.h

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 | « no previous file | Source/platform/graphics/LoggingCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/InterceptingCanvas.h
diff --git a/Source/platform/graphics/InterceptingCanvas.h b/Source/platform/graphics/InterceptingCanvas.h
index 889b79e87b3b659ef5d3c82f97e4b51516419081..58bbe0ef18af18051f31478ca6e51bee58202110 100644
--- a/Source/platform/graphics/InterceptingCanvas.h
+++ b/Source/platform/graphics/InterceptingCanvas.h
@@ -70,7 +70,7 @@ public:
virtual void onClipRRect(const SkRRect&, SkRegion::Op, ClipEdgeStyle) OVERRIDE = 0;
virtual void onClipPath(const SkPath&, SkRegion::Op, ClipEdgeStyle) OVERRIDE = 0;
virtual void onClipRegion(const SkRegion&, SkRegion::Op) OVERRIDE = 0;
- virtual void onDrawPicture(const SkPicture*) OVERRIDE = 0;
+ virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) OVERRIDE = 0;
virtual void didSetMatrix(const SkMatrix&) OVERRIDE = 0;
virtual void didConcat(const SkMatrix&) OVERRIDE = 0;
virtual void willSave() OVERRIDE = 0;
« no previous file with comments | « no previous file | Source/platform/graphics/LoggingCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698