aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkDevice.h')
-rw-r--r--include/core/SkDevice.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index fa427c6a15..db5db6444c 100644
--- a/include/core/SkDevice.h
+++ b/include/core/SkDevice.h
@@ -20,7 +20,6 @@ class SkDrawFilter;
class SkImageFilterCache;
struct SkIRect;
class SkMatrix;
-class SkMetaData;
class SkRasterHandleAllocator;
class SkRegion;
class SkSpecialImage;
@@ -34,8 +33,6 @@ public:
explicit SkBaseDevice(const SkImageInfo&, const SkSurfaceProps&);
virtual ~SkBaseDevice();
- SkMetaData& getMetaData();
-
/**
* Return ImageInfo for this device. If the canvas is not backed by pixels
* (cpu or gpu), then the info's ColorType will be kUnknown_SkColorType.
@@ -368,8 +365,7 @@ private:
const SkRect& dst, const SkPaint& paint,
SkCanvas::SrcRectConstraint constraint);
- SkIPoint fOrigin;
- SkMetaData* fMetaData;
+ SkIPoint fOrigin;
const SkImageInfo fInfo;
const SkSurfaceProps fSurfaceProps;