| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| index 83ffd08fbe58f89a6615e9a89cc43e532d74bb9b..8e8aec2979554395d81e3022fd7c9f3728d49839 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
|
| @@ -116,7 +116,6 @@ class VIEWS_EXPORT DesktopWindowTreeHostWin
|
| virtual gfx::Point GetLocationOnNativeScreen() const override;
|
| virtual void SetCapture() override;
|
| virtual void ReleaseCapture() override;
|
| - virtual void PostNativeEvent(const base::NativeEvent& native_event) override;
|
| virtual void SetCursorNative(gfx::NativeCursor cursor) override;
|
| virtual void OnCursorVisibilityChangedNative(bool show) override;
|
| virtual void MoveCursorToNative(const gfx::Point& location) override;
|
|
|