Index: gm/peekpixels.cpp |
diff --git a/gm/peekpixels.cpp b/gm/peekpixels.cpp |
index 3a881ff8c560823c9e13245e2e1b97d0c269d3d1..37ec32fa745d7ecfbce6f43c2cd017dc9a3347e7 100644 |
--- a/gm/peekpixels.cpp |
+++ b/gm/peekpixels.cpp |
@@ -24,15 +24,15 @@ public: |
PeekPixelsGM() {} |
protected: |
- SkString onShortName() SK_OVERRIDE { |
+ SkString onShortName() override { |
return SkString("peekpixels"); |
} |
- SkISize onISize() SK_OVERRIDE { |
+ SkISize onISize() override { |
return SkISize::Make(360, 120); |
} |
- void onDraw(SkCanvas* canvas) SK_OVERRIDE { |
+ void onDraw(SkCanvas* canvas) override { |
SkImageInfo info = SkImageInfo::MakeN32Premul(100, 100); |
SkAutoTUnref<SkSurface> surface(canvas->newSurface(info)); |
if (surface.get()) { |