X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fbrowser%2Fweb_contents%2Faura%2Fimage_window_delegate.h;h=e4f5338df3ccb38af8b12e0b35295f1d6abc4b64;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=561fac8a109dc91685e4063ae29439bd0f5a77ab;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/browser/web_contents/aura/image_window_delegate.h b/src/content/browser/web_contents/aura/image_window_delegate.h index 561fac8..e4f5338 100644 --- a/src/content/browser/web_contents/aura/image_window_delegate.h +++ b/src/content/browser/web_contents/aura/image_window_delegate.h @@ -5,6 +5,7 @@ #ifndef CONTENT_BROWSER_WEB_CONTENTS_AURA_IMAGE_WINDOW_DELEGATE_H_ #define CONTENT_BROWSER_WEB_CONTENTS_AURA_IMAGE_WINDOW_DELEGATE_H_ +#include "content/common/content_export.h" #include "ui/aura/window_delegate.h" #include "ui/gfx/image/image.h" #include "ui/gfx/size.h" @@ -13,7 +14,7 @@ namespace content { // An ImageWindowDelegate paints an image for a Window. The delegate destroys // itself when the Window is destroyed. The delegate does not consume any event. -class ImageWindowDelegate : public aura::WindowDelegate { +class CONTENT_EXPORT ImageWindowDelegate : public aura::WindowDelegate { public: ImageWindowDelegate();