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

Unified Diff: gm/glyph_pos_align.cpp

Issue 831113002: Cleanup: More override fixes - another round. (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/glyph_pos.cpp ('k') | gm/gradients.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/glyph_pos_align.cpp
diff --git a/gm/glyph_pos_align.cpp b/gm/glyph_pos_align.cpp
index 887737921783ef4bc6d59e6bbbefdbb19727690f..3ce3a8878122211648f1809e34307d459de68b37 100644
--- a/gm/glyph_pos_align.cpp
+++ b/gm/glyph_pos_align.cpp
@@ -29,7 +29,7 @@ protected:
return SkString("glyph_pos_align");
}
- virtual SkISize onISize() { return SkISize::Make(kWidth, kHeight); }
+ virtual SkISize onISize() SK_OVERRIDE { return SkISize::Make(kWidth, kHeight); }
virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE {
canvas->clear(SK_ColorBLACK);
« no previous file with comments | « gm/glyph_pos.cpp ('k') | gm/gradients.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698