| Index: ui/views/widget/desktop_root_window_host_win.cc
|
| diff --git a/ui/views/widget/desktop_root_window_host_win.cc b/ui/views/widget/desktop_root_window_host_win.cc
|
| index bd79a348ccc861ef87bf801e0487d226476a2682..88826a85bf2b4212e44a63dabd5eb79e641bf943 100644
|
| --- a/ui/views/widget/desktop_root_window_host_win.cc
|
| +++ b/ui/views/widget/desktop_root_window_host_win.cc
|
| @@ -373,9 +373,6 @@ void DesktopRootWindowHostWin::SetCursor(gfx::NativeCursor cursor) {
|
| message_handler_->SetCursor(cursor.platform());
|
| }
|
|
|
| -void DesktopRootWindowHostWin::ShowCursor(bool show) {
|
| -}
|
| -
|
| bool DesktopRootWindowHostWin::QueryMouseLocation(gfx::Point* location_return) {
|
| return false;
|
| }
|
|
|