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

Unified Diff: experimental/tools/PageCachingDocument.cpp

Issue 1037793002: C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: git cl web Created 5 years, 9 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/SkDmuxWStream.h » ('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 7822d55e9e39e7934293f7465d59f5efb7eb1156..9baf45c72169e89b7ebada9ad00f65915ecfe5e7 100644
--- a/experimental/tools/PageCachingDocument.cpp
+++ b/experimental/tools/PageCachingDocument.cpp
@@ -25,10 +25,10 @@ public:
virtual ~PageCachingDocument();
virtual SkCanvas* onBeginPage(SkScalar width,
SkScalar height,
- const SkRect& content) SK_OVERRIDE;
- void onEndPage() SK_OVERRIDE;
- bool onClose(SkWStream*) SK_OVERRIDE;
- void onAbort() SK_OVERRIDE;
+ const SkRect& content) override;
+ void onEndPage() override;
+ bool onClose(SkWStream*) override;
+ void onAbort() override;
private:
struct Page {
« no previous file with comments | « experimental/iOSSampleApp/SkSampleUIView.mm ('k') | experimental/tools/SkDmuxWStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698