| Index: ui/aura/remote_root_window_host_win.h
|
| diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h
|
| index 52990c9c589d4c1d2bb84993ec35d31a393f87cc..795af0fdf78e77e7fdea6902a8d079af073ac99b 100644
|
| --- a/ui/aura/remote_root_window_host_win.h
|
| +++ b/ui/aura/remote_root_window_host_win.h
|
| @@ -42,7 +42,6 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
|
| virtual void SetCapture() OVERRIDE;
|
| virtual void ReleaseCapture() OVERRIDE;
|
| virtual void SetCursor(gfx::NativeCursor cursor) OVERRIDE;
|
| - virtual void ShowCursor(bool show) OVERRIDE;
|
| virtual bool QueryMouseLocation(gfx::Point* location_return) OVERRIDE;
|
| virtual bool ConfineCursorToRootWindow() OVERRIDE;
|
| virtual void UnConfineCursor() OVERRIDE;
|
| @@ -64,4 +63,3 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
|
| } // namespace aura
|
|
|
| #endif // UI_AURA_REMOTE_ROOT_WINDOW_HOST_WIN_H_
|
| -
|
|
|