| Index: skia/ext/vector_platform_device_cairo_linux.h
|
| ===================================================================
|
| --- skia/ext/vector_platform_device_cairo_linux.h (revision 96545)
|
| +++ skia/ext/vector_platform_device_cairo_linux.h (working copy)
|
| @@ -19,7 +19,8 @@
|
| // cooresponding Cairo APIs and outputs to a Cairo surface. Please NOTE that
|
| // since it is completely vectorial, the bitmap content in it is thus
|
| // meaningless.
|
| -class SK_API VectorPlatformDeviceCairo : public PlatformDevice {
|
| +class SK_API VectorPlatformDeviceCairo : public PlatformDevice,
|
| + public SkDevice {
|
| public:
|
| virtual ~VectorPlatformDeviceCairo();
|
|
|
|
|