Index: cc/paint/paint_canvas.h |
diff --git a/cc/paint/paint_canvas.h b/cc/paint/paint_canvas.h |
index 778841f61a9a7212d71d85322f5e58c9bae34658..c353836ec7f4daee8dcfd616a48093235fcbc07d 100644 |
--- a/cc/paint/paint_canvas.h |
+++ b/cc/paint/paint_canvas.h |
@@ -34,13 +34,6 @@ class CC_PAINT_EXPORT PaintCanvas { |
virtual void flush() = 0; |
virtual SkISize getBaseLayerSize() const = 0; |
- virtual bool readPixels(const SkImageInfo& dest_info, |
- void* dest_pixels, |
- size_t dest_row_bytes, |
- int src_x, |
- int src_y) = 0; |
- virtual bool readPixels(SkBitmap* bitmap, int src_x, int src_y) = 0; |
- virtual bool readPixels(const SkIRect& srcRect, SkBitmap* bitmap) = 0; |
virtual bool writePixels(const SkImageInfo& info, |
const void* pixels, |
size_t row_bytes, |