aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/bitmappremul.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/bitmappremul.cpp')
-rw-r--r--gm/bitmappremul.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/bitmappremul.cpp b/gm/bitmappremul.cpp
index e315fafdde..975dd67ae1 100644
--- a/gm/bitmappremul.cpp
+++ b/gm/bitmappremul.cpp
@@ -113,11 +113,11 @@ protected:
return SkString("bitmap_premul");
}
- virtual SkISize onISize() SK_OVERRIDE {
+ SkISize onISize() SK_OVERRIDE {
return SkISize::Make(SLIDE_SIZE * 2, SLIDE_SIZE * 2);
}
- virtual void onDraw(SkCanvas* canvas) SK_OVERRIDE {
+ void onDraw(SkCanvas* canvas) SK_OVERRIDE {
SkScalar slideSize = SkIntToScalar(SLIDE_SIZE);
canvas->drawBitmap(make_argb8888_gradient(), 0, 0);
canvas->drawBitmap(make_argb4444_gradient(), slideSize, 0);