| Index: skia/ext/vector_platform_device_skia.h
|
| ===================================================================
|
| --- skia/ext/vector_platform_device_skia.h (revision 83537)
|
| +++ skia/ext/vector_platform_device_skia.h (working copy)
|
| @@ -31,9 +31,7 @@
|
|
|
| class VectorPlatformDeviceSkia : public PlatformDevice {
|
| public:
|
| - SK_API VectorPlatformDeviceSkia(int width,
|
| - int height,
|
| - const SkMatrix& initialTransform);
|
| + SK_API VectorPlatformDeviceSkia(SkPDFDevice* pdf_device);
|
| ~VectorPlatformDeviceSkia();
|
|
|
| SkPDFDevice* PdfDevice() { return pdf_device_.get(); }
|
|
|