| Index: src/image/SkImage_Gpu.h
|
| diff --git a/src/image/SkImage_Gpu.h b/src/image/SkImage_Gpu.h
|
| index bd8abd24e234b51b563f65663aa7c9f53fe541ef..a36c8ebc135ca403db2e845864f9a375ad92cb54 100644
|
| --- a/src/image/SkImage_Gpu.h
|
| +++ b/src/image/SkImage_Gpu.h
|
| @@ -43,8 +43,6 @@ public:
|
| bool isOpaque() const override;
|
| bool onReadPixels(const SkImageInfo&, void* dstPixels, size_t dstRowBytes,
|
| int srcX, int srcY, CachingHint) const override;
|
| - SkImage* onApplyFilter(SkImageFilter*, SkIPoint* offset,
|
| - bool forceResultToOriginalSize) const override;
|
|
|
| SkSurface* onNewSurface(const SkImageInfo& info) const override {
|
| return SkSurface::NewRenderTarget(fTexture->getContext(), SkSurface::kNo_Budgeted, info);
|
|
|