aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkImage_Gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/image/SkImage_Gpu.h')
-rw-r--r--src/image/SkImage_Gpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/image/SkImage_Gpu.h b/src/image/SkImage_Gpu.h
index 6206416bce..0e9169d8d0 100644
--- a/src/image/SkImage_Gpu.h
+++ b/src/image/SkImage_Gpu.h
@@ -54,8 +54,6 @@ public:
return SkSurface::MakeRenderTarget(fTexture->getContext(), SkBudgeted::kNo, info);
}
- bool asBitmapForImageFilters(SkBitmap* bitmap) const override;
-
private:
SkAutoTUnref<GrTexture> fTexture;
const SkAlphaType fAlphaType;