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

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

Issue 454993002: preemptive add new virtual for onDrawPicture (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: don't add OVERRIDE for cross-module subclassing 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.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 9859c7211b016425619553241ddca4b03e742332..edd0339f3401d44e0da6074f4af78477a66ab832 100644
--- a/Source/platform/graphics/LoggingCanvas.h
+++ b/Source/platform/graphics/LoggingCanvas.h
@@ -71,7 +71,8 @@ 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*) 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;
virtual void willSave() OVERRIDE;
« no previous file with comments | « no previous file | Source/platform/graphics/LoggingCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698