aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkImage.h')
-rw-r--r--include/core/SkImage.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index 1f9d9f8348..b67f0a3d09 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -176,11 +176,6 @@ public:
bool readYUV8Planes(const SkISize[3], void* const planes[3], const size_t rowBytes[3],
SkYUVColorSpace) const;
-#ifdef SK_SUPPORT_LEGACY_CREATESHADER_PTR
- SkShader* newShader(SkShader::TileMode, SkShader::TileMode,
- const SkMatrix* localMatrix = nullptr) const;
-#endif
-
sk_sp<SkShader> makeShader(SkShader::TileMode, SkShader::TileMode,
const SkMatrix* localMatrix = nullptr) const;