diff options
author | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 17:38:47 +0000 |
---|---|---|
committer | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-01 17:38:47 +0000 |
commit | be363b2ae7d3ebc594d6db53313985b07977d80b (patch) | |
tree | 72fda6b181f221cbaa6e438e0fb696bbf47d518b /content/browser/android | |
parent | 42af17eaa9447b313098eca6fd5d018934cd0bbd (diff) | |
download | chromium_src-be363b2ae7d3ebc594d6db53313985b07977d80b.zip chromium_src-be363b2ae7d3ebc594d6db53313985b07977d80b.tar.gz chromium_src-be363b2ae7d3ebc594d6db53313985b07977d80b.tar.bz2 |
First step towards component build for Android.
Add symbol exports needed to build content shell.
BUG=158821
Review URL: https://codereview.chromium.org/11368031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165420 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/android')
-rw-r--r-- | content/browser/android/draw_delegate_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/android/draw_delegate_impl.h b/content/browser/android/draw_delegate_impl.h index 211927f..4bd1b4a 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(); |