Index: content/browser/android/draw_delegate_impl.h |
diff --git a/content/browser/android/draw_delegate_impl.h b/content/browser/android/draw_delegate_impl.h |
index 211927f900ebc889935e453bd4bddf124ea5ce16..4bd1b4a227e436a53ec8e6d79b1cb7e8b961c72b 100644 |
--- a/content/browser/android/draw_delegate_impl.h |
+++ b/content/browser/android/draw_delegate_impl.h |
@@ -6,13 +6,14 @@ |
#define CONTENT_BROWSER_ANDROID_DRAW_DELEGATE_IMPL_H_ |
#include "base/callback.h" |
+#include "content/common/content_export.h" |
#include "content/public/browser/android/draw_delegate.h" |
#include "ui/gfx/native_widget_types.h" |
#include "ui/gfx/size.h" |
namespace content { |
-class DrawDelegateImpl : public DrawDelegate { |
+class CONTENT_EXPORT DrawDelegateImpl : public DrawDelegate { |
public: |
static DrawDelegateImpl* GetInstance(); |
DrawDelegateImpl(); |