| Index: src/image/SkImage_Gpu.h
|
| diff --git a/src/image/SkImage_Gpu.h b/src/image/SkImage_Gpu.h
|
| index 7b38e60ea348056e4208de9b1603ad775d2d0204..a771ddab244dd64b02412944e8e8fd11453acf8f 100644
|
| --- a/src/image/SkImage_Gpu.h
|
| +++ b/src/image/SkImage_Gpu.h
|
| @@ -21,6 +21,9 @@
|
|
|
| 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;
|
|
|