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

Unified Diff: experimental/PdfViewer/SkTrackDevice.h

Issue 774863003: quick fix to land clear() change (Closed) Base URL: https://skia.googlesource.com/skia.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 | « 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/SkTrackDevice.h
diff --git a/experimental/PdfViewer/SkTrackDevice.h b/experimental/PdfViewer/SkTrackDevice.h
index 8d6a923b18d4af5bdb2f5b9766868d39bf7e3467..9280b7f247621b19fff76e686c584ba76bad5cbc 100644
--- a/experimental/PdfViewer/SkTrackDevice.h
+++ b/experimental/PdfViewer/SkTrackDevice.h
@@ -39,11 +39,13 @@ public:
}
protected:
+#if 0 // clear is deprecated (and private)
virtual void clear(SkColor color) {
before();
INHERITED::clear(color);
after();
}
+#endif
virtual void drawPaint(const SkDraw& dummy1, const SkPaint& paint) {
before();
« 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