| Index: ui/aura/window_tree_host_x11.h
|
| diff --git a/ui/aura/window_tree_host_x11.h b/ui/aura/window_tree_host_x11.h
|
| index 664e7261f7523a4f00b5642f13da2abf37e6983b..aff874c1fce104f6a4948dd59a4d9fb645df4bab 100644
|
| --- a/ui/aura/window_tree_host_x11.h
|
| +++ b/ui/aura/window_tree_host_x11.h
|
| @@ -51,7 +51,6 @@ class AURA_EXPORT WindowTreeHostX11 : public WindowTreeHost,
|
| gfx::Point GetLocationOnNativeScreen() const override;
|
| void SetCapture() override;
|
| void ReleaseCapture() override;
|
| - void PostNativeEvent(const base::NativeEvent& event) override;
|
| void SetCursorNative(gfx::NativeCursor cursor_type) override;
|
| void MoveCursorToNative(const gfx::Point& location) override;
|
| void OnCursorVisibilityChangedNative(bool show) override;
|
|
|