| Index: mojo/examples/aura_demo/window_tree_host_mojo.h
|
| diff --git a/mojo/examples/aura_demo/window_tree_host_mojo.h b/mojo/examples/aura_demo/window_tree_host_mojo.h
|
| index 3fca9f7d8d871dffa06df61b52605b59cdb4bc0e..3514d1e35c964a310bb74cb610a966a90f2d247e 100644
|
| --- a/mojo/examples/aura_demo/window_tree_host_mojo.h
|
| +++ b/mojo/examples/aura_demo/window_tree_host_mojo.h
|
| @@ -42,7 +42,6 @@ class WindowTreeHostMojo : public aura::WindowTreeHost,
|
| virtual gfx::Point GetLocationOnNativeScreen() const OVERRIDE;
|
| virtual void SetCapture() OVERRIDE;
|
| virtual void ReleaseCapture() OVERRIDE;
|
| - virtual bool QueryMouseLocation(gfx::Point* location_return) OVERRIDE;
|
| virtual void PostNativeEvent(const base::NativeEvent& native_event) OVERRIDE;
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
| virtual void SetCursorNative(gfx::NativeCursor cursor) OVERRIDE;
|
|
|