| Index: tests/LayerDrawLooperTest.cpp
|
| ===================================================================
|
| --- tests/LayerDrawLooperTest.cpp (revision 10198)
|
| +++ tests/LayerDrawLooperTest.cpp (working copy)
|
| @@ -23,7 +23,8 @@
|
| public:
|
| FakeDevice() : SkDevice(SkBitmap::kARGB_8888_Config, 100, 100) { }
|
|
|
| - virtual void drawRect(const SkDraw& draw, const SkRect& r, const SkPaint& paint) {
|
| + virtual void drawRect(const SkDraw& draw, const SkRect& r,
|
| + const SkPaint& paint) SK_OVERRIDE {
|
| fLastMatrix = *draw.fMatrix;
|
| SkDevice::drawRect(draw, r, paint);
|
| }
|
|
|