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

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

Powered by Google App Engine
This is Rietveld 408576698