| Index: ui/aura/root_window_host.h
|
| diff --git a/ui/aura/root_window_host.h b/ui/aura/root_window_host.h
|
| index 001e812889b31a96d4a227e3692c2ab9a5924237..1b6e483e7988b9578a415ec2b90c20af4497cb34 100644
|
| --- a/ui/aura/root_window_host.h
|
| +++ b/ui/aura/root_window_host.h
|
| @@ -70,9 +70,6 @@ class AURA_EXPORT RootWindowHost {
|
| // Sets the currently displayed cursor.
|
| virtual void SetCursor(gfx::NativeCursor cursor) = 0;
|
|
|
| - // Shows or hides the cursor.
|
| - virtual void ShowCursor(bool show) = 0;
|
| -
|
| // Queries the mouse's current position relative to the host window and sets
|
| // it in |location_return|. Returns true if the cursor is within the host
|
| // window. The position set to |location_return| is constrained within the
|
|
|