| Index: ui/aura/window_tree_host_mac.h
|
| diff --git a/ui/aura/window_tree_host_mac.h b/ui/aura/window_tree_host_mac.h
|
| index 82493a9d264d106fea760dbaec3a544209f3c751..8fbf4ec81bb3bcffa296b4290b249f5388d9a714 100644
|
| --- a/ui/aura/window_tree_host_mac.h
|
| +++ b/ui/aura/window_tree_host_mac.h
|
| @@ -42,7 +42,6 @@ class AURA_EXPORT WindowTreeHostMac : public WindowTreeHost {
|
| virtual gfx::Point GetLocationOnNativeScreen() const OVERRIDE;
|
| virtual void SetCapture() OVERRIDE;
|
| virtual void ReleaseCapture() OVERRIDE;
|
| - virtual bool QueryMouseLocation(gfx::Point* location_return) OVERRIDE;
|
| virtual bool ConfineCursorToRootWindow() OVERRIDE;
|
| virtual void UnConfineCursor() OVERRIDE;
|
| virtual void SetCursorNative(gfx::NativeCursor cursor_type) OVERRIDE;
|
|
|