aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkImage.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index 1316e2b595..581129e720 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -16,7 +16,6 @@
class SkData;
class SkCanvas;
-class SkImageGenerator;
class SkPaint;
class GrContext;
class GrTexture;
@@ -48,13 +47,6 @@ public:
*/
static SkImage* NewTexture(const SkBitmap&);
- /**
- * Construct a new SkImage based on the given ImageGenerator.
- * This function will always take ownership of the passed
- * ImageGenerator. Returns NULL on error.
- */
- static SkImage* NewFromGenerator(SkImageGenerator*);
-
int width() const { return fWidth; }
int height() const { return fHeight; }
uint32_t uniqueID() const { return fUniqueID; }