summaryrefslogtreecommitdiffstats
path: root/content/port/browser
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-20 00:11:03 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-20 00:11:03 +0000
commitc2809346d25a645d175af044dc28c610fe8e099a (patch)
tree4712639199aa251f562f585d75925720518bdcc9 /content/port/browser
parent29276a11e17ac4932810df8f7945b19b14bafeff (diff)
downloadchromium_src-c2809346d25a645d175af044dc28c610fe8e099a.zip
chromium_src-c2809346d25a645d175af044dc28c610fe8e099a.tar.gz
chromium_src-c2809346d25a645d175af044dc28c610fe8e099a.tar.bz2
Move webcursors code from webkit/ to content.
BUG=265753, 338338, 237249 TEST=content_unittests R=jam@chromium.org, torne@chromium.org TBR=darin Review URL: https://codereview.chromium.org/201473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258169 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/port/browser')
-rw-r--r--content/port/browser/render_widget_host_view_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/port/browser/render_widget_host_view_port.h b/content/port/browser/render_widget_host_view_port.h
index aa2b218..44fae3b 100644
--- a/content/port/browser/render_widget_host_view_port.h
+++ b/content/port/browser/render_widget_host_view_port.h
@@ -24,7 +24,6 @@
#include "ui/surface/transport_dib.h"
class SkBitmap;
-class WebCursor;
struct AccessibilityHostMsg_EventParams;
struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params;
@@ -45,6 +44,7 @@ class BackingStore;
class RenderWidgetHostViewFrameSubscriber;
class SyntheticGesture;
class SyntheticGestureTarget;
+class WebCursor;
struct WebPluginGeometry;
struct NativeWebKeyboardEvent;