Chromium Code Reviews| Index: tests/DeferredCanvasTest.cpp |
| =================================================================== |
| --- tests/DeferredCanvasTest.cpp (revision 10198) |
| +++ tests/DeferredCanvasTest.cpp (working copy) |
| @@ -244,7 +244,7 @@ |
| } |
| virtual void drawBitmap(const SkDraw&, const SkBitmap&, |
| const SkIRect*, |
| - const SkMatrix&, const SkPaint&) { |
| + const SkMatrix&, const SkPaint&) SK_OVERRIDE { |
| fDrawBitmapCallCount++; |
| } |