summaryrefslogtreecommitdiffstats
path: root/chromium/ui/views/controls/native/native_view_host_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/controls/native/native_view_host_wrapper.h')
-rw-r--r--chromium/ui/views/controls/native/native_view_host_wrapper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/ui/views/controls/native/native_view_host_wrapper.h b/chromium/ui/views/controls/native/native_view_host_wrapper.h
index 3b3cb37fbdc..306aa0148bb 100644
--- a/chromium/ui/views/controls/native/native_view_host_wrapper.h
+++ b/chromium/ui/views/controls/native/native_view_host_wrapper.h
@@ -62,6 +62,10 @@ class VIEWS_EXPORT NativeViewHostWrapper {
// view.
virtual gfx::NativeViewAccessible GetNativeViewAccessible() = 0;
+ // Returns the native cursor corresponding to the point (x, y)
+ // in the native view.
+ virtual gfx::NativeCursor GetCursor(int x, int y) = 0;
+
// Creates a platform-specific instance of an object implementing this
// interface.
static NativeViewHostWrapper* CreateWrapper(NativeViewHost* host);