aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkImage.h
diff options
context:
space:
mode:
authorGravatar piotaixr <piotaixr@chromium.org>2014-09-19 13:30:06 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-09-19 13:30:06 -0700
commitd49226cff368419c4a0fed7ba7f0383d46d9b2ac (patch)
treed581fe70d9997ba4f6e1bf052e958f053755b0f2 /include/core/SkImage.h
parent681e65b19940e10f39bf1237b4b35aa94677b3d0 (diff)
Get rid of SkImage_Codec
Use SkImage_Raster with an ImageGenerator instead. BUG=skia:2948 R=junov@chromium.org, reed@google.com, bsalomon@chromium.org Author: piotaixr@chromium.org Review URL: https://codereview.chromium.org/589713002
Diffstat (limited to 'include/core/SkImage.h')
-rw-r--r--include/core/SkImage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index 1f275149b8..a723aeeb86 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -39,7 +39,6 @@ public:
static SkImage* NewRasterCopy(const Info&, const void* pixels, size_t rowBytes);
static SkImage* NewRasterData(const Info&, SkData* pixels, size_t rowBytes);
- static SkImage* NewEncodedData(SkData*);
/**
* GrTexture is a more logical parameter for this factory, but its