From 69f5b1e6690af4184fc5fdc8734ad4b7936123bd Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Thu, 1 Sep 2011 06:34:04 +0000 Subject: Add printing.dll to the component build. R=rvargas,thestig Review URL: http://codereview.chromium.org/7799003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99144 0039d316-1c4b-4281-b951-d872f2087c98 --- printing/image.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'printing/image.h') 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. -- cgit v1.1