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.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