Index: skia/ext/vector_platform_device_skia.h |
=================================================================== |
--- skia/ext/vector_platform_device_skia.h (revision 82287) |
+++ skia/ext/vector_platform_device_skia.h (working copy) |
@@ -31,8 +31,7 @@ |
class VectorPlatformDeviceSkia : public PlatformDevice { |
public: |
- SK_API VectorPlatformDeviceSkia(int width, |
- int height, |
+ SK_API VectorPlatformDeviceSkia(SkPDFDevice* pdf_device, |
const SkMatrix& initialTransform); |
vandebo (ex-Chrome)
2011/04/25 22:11:47
I don't think we need the initialTransform beyond
Chris Guillory
2011/04/25 23:47:12
Correct. Done.
|
~VectorPlatformDeviceSkia(); |