diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-16 23:08:19 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-16 23:08:19 +0000 |
commit | 84f43c97a96a1f4c61b699f26647b9d260bd9a7d (patch) | |
tree | a09a4533a4190daf6f6960861531067ebc62d248 /ash/wm/image_cursors.h | |
parent | 90bb64081f7e1a35136ca9511bd5e9cddd47db68 (diff) | |
download | chromium_src-84f43c97a96a1f4c61b699f26647b9d260bd9a7d.zip chromium_src-84f43c97a96a1f4c61b699f26647b9d260bd9a7d.tar.gz chromium_src-84f43c97a96a1f4c61b699f26647b9d260bd9a7d.tar.bz2 |
Makes native_widget_types forward declare ui::Cursor.
BUG=none
TEST=none
R=ben@chromium.org, jamesr@chromium.org
TBR=jamesr@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23533057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm/image_cursors.h')
-rw-r--r-- | ash/wm/image_cursors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/wm/image_cursors.h b/ash/wm/image_cursors.h index fafc10a..55bc34c 100644 --- a/ash/wm/image_cursors.h +++ b/ash/wm/image_cursors.h @@ -8,6 +8,7 @@ #include "ash/ash_export.h" #include "base/memory/scoped_ptr.h" #include "base/strings/string16.h" +#include "ui/base/cursor/cursor.h" #include "ui/gfx/native_widget_types.h" namespace gfx { |