diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 06:32:33 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-28 06:32:33 +0000 |
commit | 6827766b1fcc5885b7a8bc8c707e283f71f46f09 (patch) | |
tree | 11dc18b19363119d8ab06faf6521b8d6d4d94d52 /views/background.h | |
parent | ce681a8b14c05752f9279e7ed945943506f7d628 (diff) | |
download | chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.zip chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.tar.gz chromium_src-6827766b1fcc5885b7a8bc8c707e283f71f46f09.tar.bz2 |
Create views.dll / libviews.so
R=sky@chromium.org,rvargas@chromium.org
Review URL: http://codereview.chromium.org/7493017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/background.h')
-rw-r--r-- | views/background.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/background.h b/views/background.h index abed279..615b358 100644 --- a/views/background.h +++ b/views/background.h @@ -14,6 +14,7 @@ #include "base/basictypes.h" #include "third_party/skia/include/core/SkColor.h" +#include "views/views_api.h" namespace gfx { class Canvas; @@ -36,7 +37,7 @@ class View; // View::OnPaintBackground() // ///////////////////////////////////////////////////////////////////////////// -class Background { +class VIEWS_API Background { public: Background(); virtual ~Background(); |