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

Unified Diff: skia/ext/vector_platform_device_skia.h

Issue 6826027: Connect the right metafiles for print preview on Linux and Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile problems 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
« no previous file with comments | « printing/printing_context_cairo.cc ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/vector_platform_device_skia.h
diff --git a/skia/ext/vector_platform_device_skia.h b/skia/ext/vector_platform_device_skia.h
index 38cf0c544cae8cca7e28bb881459f73fe2035e6b..48a40fe984cf031ee4dede7e6edc17cfcc616f82 100644
--- a/skia/ext/vector_platform_device_skia.h
+++ b/skia/ext/vector_platform_device_skia.h
@@ -31,8 +31,8 @@ class VectorPlatformDeviceSkiaFactory : public SkDeviceFactory {
class VectorPlatformDeviceSkia : public PlatformDevice {
public:
- VectorPlatformDeviceSkia(int width, int height,
- SkPDFDevice::OriginTransform flip);
+ SK_API VectorPlatformDeviceSkia(int width, int height,
+ SkPDFDevice::OriginTransform flip);
~VectorPlatformDeviceSkia();
@@ -91,7 +91,7 @@ class VectorPlatformDeviceSkia : public PlatformDevice {
// Our own methods.
// This needs to be called before anything is drawn.
- void setInitialTransform(int xOffset, int yOffset, float scale_factor);
+ SK_API void setInitialTransform(int xOffset, int yOffset, float scale_factor);
private:
SkRefPtr<SkPDFDevice> pdf_device_;
« no previous file with comments | « printing/printing_context_cairo.cc ('k') | webkit/plugins/ppapi/ppapi_plugin_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698