aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPixelRef.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPixelRef.h')
-rw-r--r--include/core/SkPixelRef.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
index 7545f3e178..e099668083 100644
--- a/include/core/SkPixelRef.h
+++ b/include/core/SkPixelRef.h
@@ -342,15 +342,4 @@ private:
typedef SkRefCnt INHERITED;
};
-class SkPixelRefFactory : public SkRefCnt {
-public:
- /**
- * Allocate a new pixelref matching the specified ImageInfo, allocating
- * the memory for the pixels. If the ImageInfo requires a ColorTable,
- * the pixelref will ref() the colortable.
- * On failure return NULL.
- */
- virtual SkPixelRef* create(const SkImageInfo&, size_t rowBytes, SkColorTable*) = 0;
-};
-
#endif