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

Unified Diff: experimental/PdfViewer/SkNulCanvas.h

Issue 783683004: Remove virtual clear in PdfViewer's SkNulCanvas (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove virtual clear in PdfViewer's SkNulCanvas 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/PdfViewer/SkNulCanvas.h
diff --git a/experimental/PdfViewer/SkNulCanvas.h b/experimental/PdfViewer/SkNulCanvas.h
index 49d276dfa7110cd9f01697f9caf5e7dc4a0a8438..c09e9eb6b279e9cb5539e494afc3f3904d133611 100644
--- a/experimental/PdfViewer/SkNulCanvas.h
+++ b/experimental/PdfViewer/SkNulCanvas.h
@@ -27,7 +27,6 @@ public:
virtual ~SkNulCanvas() {}
virtual bool isDrawingToLayer() const SK_OVERRIDE {return false;}
- virtual void clear(SkColor) SK_OVERRIDE {}
virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE {}
virtual void drawPoints(PointMode mode, size_t count, const SkPoint pts[],
const SkPaint& paint) SK_OVERRIDE {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698