diff options
Diffstat (limited to 'printing/image.h')
-rw-r--r-- | printing/image.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/printing/image.h b/printing/image.h index 3bed218..e34c2c24 100644 --- a/printing/image.h +++ b/printing/image.h @@ -10,6 +10,7 @@ #include "base/basictypes.h" #include "base/logging.h" +#include "printing/printing_export.h" #include "ui/gfx/size.h" class FilePath; @@ -20,7 +21,7 @@ class Metafile; // Lightweight raw-bitmap management. The image, once initialized, is immutable. // The main purpose is testing image contents. -class Image { +class PRINTING_EXPORT Image { public: // Creates the image from the given file on disk. Uses extension to // defer file type. PNG and EMF (on Windows) currently supported. |