Index: src/utils/SkGatherPixelRefsAndRects.h |
diff --git a/src/utils/SkGatherPixelRefsAndRects.h b/src/utils/SkGatherPixelRefsAndRects.h |
index 1c9d6fc361f8187257e0bcafc99d46421433608e..894b8f0fde85df16420a2e8047c00bb843eba5c5 100644 |
--- a/src/utils/SkGatherPixelRefsAndRects.h |
+++ b/src/utils/SkGatherPixelRefsAndRects.h |
@@ -291,12 +291,6 @@ protected: |
virtual const SkBitmap& onAccessBitmap() SK_OVERRIDE { |
return fEmptyBitmap; |
} |
- virtual bool onReadPixels(const SkBitmap& bitmap, |
- int x, int y, |
- SkCanvas::Config8888 config8888) SK_OVERRIDE { |
- NotSupported(); |
- return false; |
- } |
virtual void lockPixels() SK_OVERRIDE { NothingToDo(); } |
virtual void unlockPixels() SK_OVERRIDE { NothingToDo(); } |
virtual bool allowImageFilter(const SkImageFilter*) SK_OVERRIDE { return false; } |