| Index: src/image/SkImage_Gpu.h
|
| diff --git a/src/image/SkImage_Gpu.h b/src/image/SkImage_Gpu.h
|
| index a771ddab244dd64b02412944e8e8fd11453acf8f..7b38e60ea348056e4208de9b1603ad775d2d0204 100644
|
| --- a/src/image/SkImage_Gpu.h
|
| +++ b/src/image/SkImage_Gpu.h
|
| @@ -21,9 +21,6 @@ public:
|
|
|
| SkImage_Gpu(const SkBitmap&, int sampleCountForNewSurfaces, SkSurface::Budgeted);
|
|
|
| - void onDraw(SkCanvas*, SkScalar x, SkScalar y, const SkPaint*) const override;
|
| - void onDrawRect(SkCanvas*, const SkRect* src, const SkRect& dst,
|
| - const SkPaint*) const override;
|
| SkSurface* onNewSurface(const SkImageInfo&, const SkSurfaceProps&) const override;
|
| GrTexture* onGetTexture() const override;
|
| bool getROPixels(SkBitmap*) const override;
|
|
|