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

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

Powered by Google App Engine
This is Rietveld 408576698