Index: src/core/SkSpecialImage.h |
diff --git a/src/core/SkSpecialImage.h b/src/core/SkSpecialImage.h |
index 6771f257e369617b358b85eac997068ed93957b3..5dae05e245b85d07e891d98df20fd9ba6b0e7bd3 100644 |
--- a/src/core/SkSpecialImage.h |
+++ b/src/core/SkSpecialImage.h |
@@ -80,11 +80,6 @@ public: |
const SkSurfaceProps* = nullptr, |
SkAlphaType at = kPremul_SkAlphaType); |
#endif |
- static sk_sp<SkSpecialImage> MakeFromPixmap(const SkIRect& subset, |
- const SkPixmap&, |
- RasterReleaseProc, |
- ReleaseContext, |
- const SkSurfaceProps* = nullptr); |
/** |
* Create a new special surface with a backend that is compatible with this special image. |