| Index: skia/ext/pixel_ref_utils.cc
|
| diff --git a/skia/ext/pixel_ref_utils.cc b/skia/ext/pixel_ref_utils.cc
|
| index 4e85f7ad33108890508c6b4fecb4db6c05c68fc5..324adbdf78112ab4662655e6c17d9af0ae5425b8 100644
|
| --- a/skia/ext/pixel_ref_utils.cc
|
| +++ b/skia/ext/pixel_ref_utils.cc
|
| @@ -51,7 +51,6 @@ class GatherPixelRefDevice : public SkBitmapDevice {
|
| DiscardablePixelRefSet* pixel_ref_set)
|
| : SkBitmapDevice(bm), pixel_ref_set_(pixel_ref_set) {}
|
|
|
| - void clear(SkColor color) override {}
|
| void drawPaint(const SkDraw& draw, const SkPaint& paint) override {
|
| SkBitmap bitmap;
|
| if (GetBitmapFromPaint(paint, &bitmap)) {
|
|
|