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

Unified Diff: Source/platform/graphics/ProfilingCanvas.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/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 e2a4b9e89fd9c51622d95d411cce0c2cb9148e7e..44064d5a63b79cee6f3dad2c751531040da67c74 100644
--- a/Source/platform/graphics/ProfilingCanvas.h
+++ b/Source/platform/graphics/ProfilingCanvas.h
@@ -41,7 +41,6 @@ public:
ProfilingCanvas(SkBitmap);
void setTimings(Vector<double>*);
- 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/LoggingCanvas.cpp ('k') | Source/platform/graphics/ProfilingCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698