| 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..83d51f718e6d8b390925b8ab2877d448545de529 100644
|
| --- a/skia/ext/vector_platform_device_win.h
|
| +++ b/skia/ext/vector_platform_device_win.h
|
| @@ -13,13 +13,13 @@
|
|
|
| namespace skia {
|
|
|
| -class VectorPlatformDeviceFactory : public SkDeviceFactory {
|
| +class SK_API VectorPlatformDeviceFactory : public SkDeviceFactory {
|
| public:
|
| 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
|
|
|