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

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

Powered by Google App Engine
This is Rietveld 408576698