| Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| index dfcad723c38fb6d148c3e2504c20fe63354bf4c6..0f8dede8960b33facc51002d7627fb2cac70838d 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| @@ -407,7 +407,7 @@ bool DesktopRootWindowHostWin::ConfineCursorToRootWindow() {
|
| void DesktopRootWindowHostWin::UnConfineCursor() {
|
| }
|
|
|
| -void DesktopRootWindowHostWin::OnCursorVisibilityChanged(bool show) {
|
| +void DesktopRootWindowHostWin::OnCursorEnableStateChanged(bool enabled) {
|
| }
|
|
|
| void DesktopRootWindowHostWin::MoveCursorTo(const gfx::Point& location) {
|
|
|