aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkSpecialImage.h
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-07-19 08:26:09 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-19 08:26:09 -0700
commit7f3ff208435e32f105174b37791d4c88ee1072fd (patch)
treefbc6fb3159d5ecac7221fcaba86dea454818d69b /src/core/SkSpecialImage.h
parentf037d48e29000554abcd117445c4249071bb9fb3 (diff)
remove unused MakeFromPixmap
BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2158913004 TBR=robertphilips@google.com Review-Url: https://codereview.chromium.org/2158913004
Diffstat (limited to 'src/core/SkSpecialImage.h')
-rw-r--r--src/core/SkSpecialImage.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/SkSpecialImage.h b/src/core/SkSpecialImage.h
index 6771f257e3..5dae05e245 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.