Index: skia/ext/bitmap_platform_device_mac.h |
=================================================================== |
--- skia/ext/bitmap_platform_device_mac.h (revision 97282) |
+++ skia/ext/bitmap_platform_device_mac.h (working copy) |
@@ -25,7 +25,7 @@ |
// For us, that other bitmap will become invalid as soon as the device becomes |
// invalid, which may lead to subtle bugs. Therefore, DO NOT ASSIGN THE |
// DEVICE'S PIXEL DATA TO ANOTHER BITMAP, make sure you copy instead. |
-class BitmapPlatformDevice : public PlatformDevice { |
+class BitmapPlatformDevice : public PlatformDevice, public SkDevice { |
public: |
// |context| may be NULL. |
static BitmapPlatformDevice* Create(CGContextRef context, |