| Index: ui/aura/window_tree_host_win.cc
|
| diff --git a/ui/aura/window_tree_host_win.cc b/ui/aura/window_tree_host_win.cc
|
| index 51bbcc6d7d55b7167ab8eedf52a79cd205740b2c..9a30344cc57d95be000cdb254585f06adb150d95 100644
|
| --- a/ui/aura/window_tree_host_win.cc
|
| +++ b/ui/aura/window_tree_host_win.cc
|
| @@ -112,11 +112,6 @@ void WindowTreeHostWin::OnCursorVisibilityChangedNative(bool show) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -void WindowTreeHostWin::PostNativeEvent(const base::NativeEvent& native_event) {
|
| - ::PostMessage(
|
| - widget_, native_event.message, native_event.wParam, native_event.lParam);
|
| -}
|
| -
|
| ui::EventProcessor* WindowTreeHostWin::GetEventProcessor() {
|
| return dispatcher();
|
| }
|
|
|