Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc |
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc |
index f243083f5051e8fc5925406356f97cbfb708d2fb..53adcd63bc7d0daf1356a75e5d1d91b686376df7 100644 |
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc |
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc |
@@ -1180,8 +1180,8 @@ void DesktopNativeWidgetAura::OnHostMoved(const aura::WindowTreeHost* host, |
//////////////////////////////////////////////////////////////////////////////// |
// DesktopNativeWidgetAura, NativeWidget implementation: |
-ui::EventHandler* DesktopNativeWidgetAura::GetEventHandler() { |
- return this; |
+void DesktopNativeWidgetAura::RepostNativeEvent(gfx::NativeEvent os_event) { |
+ OnEvent(os_event); |
} |
void DesktopNativeWidgetAura::InstallInputMethodEventFilter() { |