| Index: src/utils/SkGatherPixelRefsAndRects.h
|
| diff --git a/src/utils/SkGatherPixelRefsAndRects.h b/src/utils/SkGatherPixelRefsAndRects.h
|
| index 6e11fbe6d58a350f1c8008187a4114f0d3e96d6e..4eeb56c14cc02e29c2ba8896c65b8c4be779f68f 100644
|
| --- a/src/utils/SkGatherPixelRefsAndRects.h
|
| +++ b/src/utils/SkGatherPixelRefsAndRects.h
|
| @@ -40,6 +40,9 @@
|
| }
|
|
|
| protected:
|
| + virtual void clear(SkColor color) SK_OVERRIDE {
|
| + NothingToDo();
|
| + }
|
| virtual void drawPaint(const SkDraw& draw, const SkPaint& paint) SK_OVERRIDE {
|
| SkBitmap bm;
|
|
|
|
|