diff options
Diffstat (limited to 'ui/aura/root_window_host_win.cc')
-rw-r--r-- | ui/aura/root_window_host_win.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc index 577f5d0..443da6b 100644 --- a/ui/aura/root_window_host_win.cc +++ b/ui/aura/root_window_host_win.cc @@ -223,6 +223,10 @@ void RootWindowHostWin::SetCursor(gfx::NativeCursor native_cursor) { ::SetCursor(LoadCursor(NULL, cursor_id)); } +void RootWindowHostWin::ShowCursor(bool show) { + NOTIMPLEMENTED(); +} + gfx::Point RootWindowHostWin::QueryMouseLocation() { POINT pt; GetCursorPos(&pt); |