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

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

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 | « samplecode/SampleVertices.cpp ('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 324ff6b240cbd9b31aa4375614769a848f57aa40..78cf6f9add3d35afd004d18e2c8d370bab04ad89 100644
--- a/site/user/sample/hello.md
+++ b/site/user/sample/hello.md
@@ -72,7 +72,7 @@ class HelloTutorial : public SkExample {
}
protected:
- virtual void draw(SkCanvas* canvas) SK_OVERRIDE {
+ void draw(SkCanvas* canvas) SK_OVERRIDE {
// Clear background
canvas->drawColor(SK_ColorWHITE);
« no previous file with comments | « samplecode/SampleVertices.cpp ('k') | src/animator/SkAnimate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698