Index: content/public/browser/android/draw_delegate.h |
diff --git a/content/public/browser/android/draw_delegate.h b/content/public/browser/android/draw_delegate.h |
index 1cff5b7341aa5ff65d1ded877058a8e4f8780e39..fd5ea3ffbb6c2236df47ecf155a8f8fdb67a081d 100644 |
--- a/content/public/browser/android/draw_delegate.h |
+++ b/content/public/browser/android/draw_delegate.h |
@@ -6,6 +6,7 @@ |
#define CONTENT_PUBLIC_BROWSER_ANDROID_DRAW_DELEGATE_H_ |
#include "base/callback.h" |
+#include "content/common/content_export.h" |
#include "ui/gfx/native_widget_types.h" |
#include "ui/gfx/size.h" |
@@ -15,7 +16,7 @@ class RenderWidgetHostView; |
// TODO(sievers): Route sizing of views through ContentViewCore |
// and remove this class. |
-class DrawDelegate { |
+class CONTENT_EXPORT DrawDelegate { |
public: |
static DrawDelegate* GetInstance(); |
virtual ~DrawDelegate() { } |