Index: ui/views/widget/desktop_aura/desktop_root_window_host_linux.h |
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h |
index 7e1f0895322d0c3e9d29ccc760da76a54b9f44d9..be31a5a574d58da264d805f355272579de273da4 100644 |
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h |
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h |
@@ -30,11 +30,14 @@ class ScreenPositionClient; |
namespace views { |
class DesktopActivationClient; |
-class DesktopCursorClient; |
class DesktopDispatcherClient; |
class X11DesktopWindowMoveClient; |
class X11WindowEventFilter; |
+namespace corewm { |
+class CursorManager; |
+} |
+ |
class VIEWS_EXPORT DesktopRootWindowHostLinux |
: public DesktopRootWindowHost, |
public aura::RootWindowHost, |
@@ -202,7 +205,7 @@ class VIEWS_EXPORT DesktopRootWindowHostLinux |
scoped_ptr<aura::client::DefaultCaptureClient> capture_client_; |
scoped_ptr<aura::client::FocusClient> focus_client_; |
scoped_ptr<DesktopActivationClient> activation_client_; |
- scoped_ptr<DesktopCursorClient> cursor_client_; |
+ scoped_ptr<views::corewm::CursorManager> cursor_client_; |
scoped_ptr<DesktopDispatcherClient> dispatcher_client_; |
scoped_ptr<aura::client::ScreenPositionClient> position_client_; |