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

Unified Diff: gm/dftext.cpp

Issue 894833002: Add missing SK_OVERRIDE (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « gm/colortypexfermode.cpp ('k') | gm/drawlooper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/dftext.cpp
diff --git a/gm/dftext.cpp b/gm/dftext.cpp
index d6e19f67b5398a237e9a3c9b59a1829a62e6acdc..6544e891c9da25a73508c17ea4f1d9c2ed0d740a 100755
--- a/gm/dftext.cpp
+++ b/gm/dftext.cpp
@@ -50,7 +50,7 @@ protected:
canvas->translate(-px, -py);
}
- virtual void onDraw(SkCanvas* inputCanvas) {
+ virtual void onDraw(SkCanvas* inputCanvas) SK_OVERRIDE {
#ifdef SK_BUILD_FOR_ANDROID
SkScalar textSizes[] = { 9.0f, 9.0f*2.0f, 9.0f*5.0f, 9.0f*2.0f*5.0f };
#else
« no previous file with comments | « gm/colortypexfermode.cpp ('k') | gm/drawlooper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698