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

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

Issue 777413004: clear() is now an alias for drawPaint, and will be deprecated as a virtual (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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/ProfilingCanvas.cpp ('k') | Source/platform/graphics/ReplayingCanvas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ReplayingCanvas.h
diff --git a/Source/platform/graphics/ReplayingCanvas.h b/Source/platform/graphics/ReplayingCanvas.h
index a56018177c55a5f1aeb8ff05cfebd167d7933210..5ddfe914191cf6b48342cc98421a8502f843a9d2 100644
--- a/Source/platform/graphics/ReplayingCanvas.h
+++ b/Source/platform/graphics/ReplayingCanvas.h
@@ -43,7 +43,6 @@ public:
virtual bool abortDrawing() override;
- virtual void clear(SkColor) override;
virtual void drawPaint(const SkPaint&) override;
virtual void drawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
virtual void drawRect(const SkRect&, const SkPaint&) override;
« no previous file with comments | « Source/platform/graphics/ProfilingCanvas.cpp ('k') | Source/platform/graphics/ReplayingCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698