| Index: src/utils/SkGatherPixelRefsAndRects.h
|
| diff --git a/src/utils/SkGatherPixelRefsAndRects.h b/src/utils/SkGatherPixelRefsAndRects.h
|
| index 4b5bb6f9e5b2be6489f9f38e1d15d68395a15354..75d096918e3d9044a2b0d18757abf951a3d392e7 100644
|
| --- a/src/utils/SkGatherPixelRefsAndRects.h
|
| +++ b/src/utils/SkGatherPixelRefsAndRects.h
|
| @@ -37,8 +37,6 @@ public:
|
| SkSafeUnref(fPRCont);
|
| }
|
|
|
| - virtual uint32_t getDeviceCapabilities() SK_OVERRIDE { return 0; }
|
| -
|
| virtual int width() const SK_OVERRIDE { return fSize.width(); }
|
| virtual int height() const SK_OVERRIDE { return fSize.height(); }
|
| virtual bool isOpaque() const SK_OVERRIDE { return false; }
|
|
|