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

Unified Diff: Source/platform/graphics/ProfilingCanvas.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 | « Source/platform/graphics/LoggingCanvas.cpp ('k') | Source/platform/graphics/ProfilingCanvas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ProfilingCanvas.h
diff --git a/Source/platform/graphics/ProfilingCanvas.h b/Source/platform/graphics/ProfilingCanvas.h
index ffa2f7f60a14bd68059176a76ac99d9ae3226513..a4dc911e4051d9d6f51db409aea3162e6530d10b 100644
--- a/Source/platform/graphics/ProfilingCanvas.h
+++ b/Source/platform/graphics/ProfilingCanvas.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 | « Source/platform/graphics/LoggingCanvas.cpp ('k') | Source/platform/graphics/ProfilingCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698