| Index: gm/filterindiabox.cpp
|
| diff --git a/gm/filterindiabox.cpp b/gm/filterindiabox.cpp
|
| index 6b662f064f946ebcbe2660e499d48bfdf609e7ad..04e2087bf3d3745b013764d76d1eca524d4f9509 100644
|
| --- a/gm/filterindiabox.cpp
|
| +++ b/gm/filterindiabox.cpp
|
| @@ -43,7 +43,7 @@ static void draw_row(SkCanvas* canvas, const SkBitmap& bm, const SkMatrix& mat,
|
| }
|
|
|
| class FilterIndiaBoxGM : public skiagm::GM {
|
| - void onOnceBeforeDraw() {
|
| + void onOnceBeforeDraw() SK_OVERRIDE {
|
| this->makeBitmap();
|
|
|
| SkScalar cx = SkScalarHalf(fBM.width());
|
|
|