| Index: ui/aura/remote_root_window_host_win.cc
|
| diff --git a/ui/aura/remote_root_window_host_win.cc b/ui/aura/remote_root_window_host_win.cc
|
| index 9a97ca35ef02f9ca69df8c9ba17c1cca3754ba58..5103c1dc3696ff8842a9a978412168c02f919178 100644
|
| --- a/ui/aura/remote_root_window_host_win.cc
|
| +++ b/ui/aura/remote_root_window_host_win.cc
|
| @@ -162,7 +162,7 @@ bool RemoteRootWindowHostWin::GrabSnapshot(
|
| void RemoteRootWindowHostWin::UnConfineCursor() {
|
| }
|
|
|
| -void RemoteRootWindowHostWin::OnCursorVisibilityChanged(bool show) {
|
| +void RemoteRootWindowHostWin::OnCursorEnableStateChanged(bool enabled) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
|
|