From 84f43c97a96a1f4c61b699f26647b9d260bd9a7d Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Mon, 16 Sep 2013 23:08:19 +0000 Subject: 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 --- webkit/common/cursors/webcursor.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webkit/common') diff --git a/webkit/common/cursors/webcursor.h b/webkit/common/cursors/webcursor.h index 24e8068..c64689e 100644 --- a/webkit/common/cursors/webcursor.h +++ b/webkit/common/cursors/webcursor.h @@ -15,6 +15,10 @@ #include +#if defined(USE_AURA) +#include "ui/base/cursor/cursor.h" +#endif + #if defined(OS_WIN) typedef struct HINSTANCE__* HINSTANCE; typedef struct HICON__* HICON; -- cgit v1.1