Index: skia/ext/vector_platform_device_win.h |
diff --git a/skia/ext/vector_platform_device_win.h b/skia/ext/vector_platform_device_win.h |
index 6045f24667bf945c13384b4dc2078f2f0455672c..a7493322fef65b810576f2d342389455e4956498 100644 |
--- a/skia/ext/vector_platform_device_win.h |
+++ b/skia/ext/vector_platform_device_win.h |
@@ -18,8 +18,8 @@ class VectorPlatformDeviceFactory : public SkDeviceFactory { |
virtual SkDevice* newDevice(SkCanvas* ignored, SkBitmap::Config config, |
int width, int height, |
bool isOpaque, bool isForLayer) OVERRIDE; |
- static SkDevice* CreateDevice(int width, int height, bool isOpaque, |
- HANDLE shared_section); |
+ static PlatformDevice* CreateDevice(int width, int height, bool isOpaque, |
+ HANDLE shared_section); |
}; |
// A device is basically a wrapper around SkBitmap that provides a surface for |