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

Unified Diff: experimental/tools/PageCachingDocument.cpp

Issue 806653007: Fix up all the easy virtual ... SK_OVERRIDE cases. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 11 months 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 | « experimental/iOSSampleApp/SkSampleUIView.mm ('k') | experimental/tools/multipage_pdf_profiler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/tools/PageCachingDocument.cpp
diff --git a/experimental/tools/PageCachingDocument.cpp b/experimental/tools/PageCachingDocument.cpp
index 38e883e839acb7735a7198cb842d8ca21fb0f0cc..7822d55e9e39e7934293f7465d59f5efb7eb1156 100644
--- a/experimental/tools/PageCachingDocument.cpp
+++ b/experimental/tools/PageCachingDocument.cpp
@@ -26,9 +26,9 @@ public:
virtual SkCanvas* onBeginPage(SkScalar width,
SkScalar height,
const SkRect& content) SK_OVERRIDE;
- virtual void onEndPage() SK_OVERRIDE;
- virtual bool onClose(SkWStream*) SK_OVERRIDE;
- virtual void onAbort() SK_OVERRIDE;
+ void onEndPage() SK_OVERRIDE;
+ bool onClose(SkWStream*) SK_OVERRIDE;
+ void onAbort() SK_OVERRIDE;
private:
struct Page {
« no previous file with comments | « experimental/iOSSampleApp/SkSampleUIView.mm ('k') | experimental/tools/multipage_pdf_profiler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698