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

Unified Diff: sky/engine/platform/graphics/LoggingCanvas.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/InterceptingCanvas.h ('k') | sky/engine/platform/graphics/LoggingCanvas.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/LoggingCanvas.h
diff --git a/sky/engine/platform/graphics/LoggingCanvas.h b/sky/engine/platform/graphics/LoggingCanvas.h
index b2a833b95c86f6bce0dd3cef32241cffe007f7a3..348301554ac9298bcf22455b575586a1929f34f2 100644
--- a/sky/engine/platform/graphics/LoggingCanvas.h
+++ b/sky/engine/platform/graphics/LoggingCanvas.h
@@ -41,7 +41,6 @@ public:
LoggingCanvas(int width, int height);
PassRefPtr<JSONArray> log();
- 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 | « sky/engine/platform/graphics/InterceptingCanvas.h ('k') | sky/engine/platform/graphics/LoggingCanvas.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698