Index: include/core/SkBitmapDevice.h |
diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h |
index 5505042a04d2758b6587882daa92d4cc795f24cc..25c35cef59cf50065936fecaff1177fd9cb2f5f4 100644 |
--- a/include/core/SkBitmapDevice.h |
+++ b/include/core/SkBitmapDevice.h |
@@ -66,8 +66,6 @@ public: |
static SkBitmapDevice* Create(const SkImageInfo&, |
const SkDeviceProperties* = NULL); |
- virtual uint32_t getDeviceCapabilities() SK_OVERRIDE { return 0; } |
- |
/** Return the width of the device (in pixels). |
*/ |
virtual int width() const SK_OVERRIDE { return fBitmap.width(); } |