diff options
Diffstat (limited to 'ui/aura/remote_root_window_host_win.cc')
-rw-r--r-- | ui/aura/remote_root_window_host_win.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/aura/remote_root_window_host_win.cc b/ui/aura/remote_root_window_host_win.cc index fefb127..773e4fe 100644 --- a/ui/aura/remote_root_window_host_win.cc +++ b/ui/aura/remote_root_window_host_win.cc @@ -126,6 +126,10 @@ bool RemoteRootWindowHostWin::GrabSnapshot( void RemoteRootWindowHostWin::UnConfineCursor() { } +void RemoteRootWindowHostWin::OnCursorVisibilityChanged(bool show) { + NOTIMPLEMENTED(); +} + void RemoteRootWindowHostWin::MoveCursorTo(const gfx::Point& location) { } |