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..6ec2c5cad0db5e31eac5556c2e59e00a8b4b5c83 100644 |
--- a/skia/ext/vector_platform_device_win.h |
+++ b/skia/ext/vector_platform_device_win.h |
@@ -18,8 +18,9 @@ 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 skia::PlatformDevice* CreateDevice(int width, int height, |
+ bool isOpaque, |
+ HANDLE shared_section); |
}; |
// A device is basically a wrapper around SkBitmap that provides a surface for |