Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(636)

Unified Diff: skia/ext/vector_platform_device_skia.h

Issue 6879098: Fix print preview clipping issues due to scaling. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Proposed modification to metafile interface. Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698