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

Unified Diff: site/user/sample/hello.md

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 | « site/dev/contrib/style.md ('k') | src/animator/SkAnimate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/user/sample/hello.md
diff --git a/site/user/sample/hello.md b/site/user/sample/hello.md
index d917cf778c37ad81ea5958aaf9c2581d62cbd85d..f4c83e0dde879c2de30dfb444a58a2ad4086df5f 100644
--- a/site/user/sample/hello.md
+++ b/site/user/sample/hello.md
@@ -73,7 +73,7 @@ class HelloTutorial : public SkExample {
}
protected:
- void draw(SkCanvas* canvas) SK_OVERRIDE {
+ void draw(SkCanvas* canvas) override {
// Clear background
canvas->drawColor(SK_ColorWHITE);
« no previous file with comments | « site/dev/contrib/style.md ('k') | src/animator/SkAnimate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698