summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window_host_x11.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/root_window_host_x11.cc')
-rw-r--r--ui/aura/root_window_host_x11.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/aura/root_window_host_x11.cc b/ui/aura/root_window_host_x11.cc
index a4ac892..4fb0047 100644
--- a/ui/aura/root_window_host_x11.cc
+++ b/ui/aura/root_window_host_x11.cc
@@ -822,6 +822,10 @@ void RootWindowHostX11::OnRootWindowInitialized(RootWindow* root_window) {
SetCrOSTapPaused(false);
}
+ui::EventProcessor* RootWindowHostX11::GetEventProcessor() {
+ return delegate_->GetEventProcessor();
+}
+
bool RootWindowHostX11::DispatchEventForRootWindow(
const base::NativeEvent& event) {
switch (event->type) {