| 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..3e798ce279fa37295eeb0231de631ab7e1ada72f 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.cc
|
| @@ -932,6 +932,10 @@ void DesktopNativeWidgetAura::OnRootViewLayout() const {
|
| desktop_window_tree_host_->OnRootViewLayout();
|
| }
|
|
|
| +void DesktopNativeWidgetAura::RepostNativeEvent(gfx::NativeEvent native_event) {
|
| + OnEvent(native_event);
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopNativeWidgetAura, aura::WindowDelegate implementation:
|
|
|
| @@ -1178,11 +1182,7 @@ void DesktopNativeWidgetAura::OnHostMoved(const aura::WindowTreeHost* host,
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| -// DesktopNativeWidgetAura, NativeWidget implementation:
|
| -
|
| -ui::EventHandler* DesktopNativeWidgetAura::GetEventHandler() {
|
| - return this;
|
| -}
|
| +// DesktopNativeWidgetAura, private:
|
|
|
| void DesktopNativeWidgetAura::InstallInputMethodEventFilter() {
|
| DCHECK(!input_method_event_filter_.get());
|
|
|