Chromium Code Reviews| Index: ui/aura/root_window_host_win.cc |
| diff --git a/ui/aura/root_window_host_win.cc b/ui/aura/root_window_host_win.cc |
| index 5978f2103a0e8cf23d5c68b1d885733374a7cac8..df387cfedb35c264970d97560ab3e19b30d3d497 100644 |
| --- a/ui/aura/root_window_host_win.cc |
| +++ b/ui/aura/root_window_host_win.cc |
| @@ -160,10 +160,6 @@ void RootWindowHostWin::ReleaseCapture() { |
| } |
| } |
| -void RootWindowHostWin::ShowCursor(bool show) { |
| - // NOTIMPLEMENTED(); |
| -} |
| - |
| bool RootWindowHostWin::QueryMouseLocation(gfx::Point* location_return) { |
| POINT pt; |
| GetCursorPos(&pt); |