Index: src/utils/SkGatherPixelRefsAndRects.h |
diff --git a/src/utils/SkGatherPixelRefsAndRects.h b/src/utils/SkGatherPixelRefsAndRects.h |
index bd6f2e54e6124bc935ebc3dde563e595220dd192..df3651e2e526f02f5e87dde8dcb8a54c99c21f8e 100644 |
--- a/src/utils/SkGatherPixelRefsAndRects.h |
+++ b/src/utils/SkGatherPixelRefsAndRects.h |
@@ -35,9 +35,6 @@ public: |
SkSafeUnref(fPRCont); |
} |
- 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; } |
virtual SkImageInfo imageInfo() const SK_OVERRIDE { |
return fEmptyBitmap.info(); |
} |