| Index: skia/ext/vector_platform_device_linux.h
|
| ===================================================================
|
| --- skia/ext/vector_platform_device_linux.h (revision 78814)
|
| +++ skia/ext/vector_platform_device_linux.h (working copy)
|
| @@ -15,8 +15,8 @@
|
|
|
| class VectorPlatformDeviceFactory : public SkDeviceFactory {
|
| public:
|
| - static PlatformDevice* CreateDevice(cairo_t* context, int width, int height,
|
| - bool isOpaque);
|
| + static SkDevice* CreateDevice(cairo_t* context, int width, int height,
|
| + bool isOpaque);
|
|
|
| // Overridden from SkDeviceFactory:
|
| virtual SkDevice* newDevice(SkCanvas* ignored, SkBitmap::Config config,
|
|
|