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

Unified Diff: sky/engine/platform/graphics/InterceptingCanvas.h

Issue 786123002: Update from https://crrev.com/307330 (Closed) Base URL: git@github.com:domokit/mojo.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 | « sky/engine/platform/graphics/Gradient.cpp ('k') | sky/engine/platform/graphics/LoggingCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/InterceptingCanvas.h
diff --git a/sky/engine/platform/graphics/InterceptingCanvas.h b/sky/engine/platform/graphics/InterceptingCanvas.h
index dbf9567647608e6dddf655beb01c662481116e82..a3e9ba55bec88e7bef90bb3b0bbe9570c501c0e9 100644
--- a/sky/engine/platform/graphics/InterceptingCanvas.h
+++ b/sky/engine/platform/graphics/InterceptingCanvas.h
@@ -40,7 +40,6 @@ public:
InterceptingCanvas(SkBitmap bitmap) : SkCanvas(bitmap), m_depthCount(0) { };
InterceptingCanvas(int width, int height) : SkCanvas(width, height), m_depthCount(0) { };
- virtual void clear(SkColor) override = 0;
virtual void drawPaint(const SkPaint&) override = 0;
virtual void drawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override = 0;
virtual void drawRect(const SkRect&, const SkPaint&) override = 0;
« no previous file with comments | « sky/engine/platform/graphics/Gradient.cpp ('k') | sky/engine/platform/graphics/LoggingCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698