Index: ui/aura/root_window_host_linux.cc |
diff --git a/ui/aura/root_window_host_linux.cc b/ui/aura/root_window_host_linux.cc |
index 45a1c1537a04905d6522b85ad8ec4e7e5ee167e4..b7b1af8733d62e2cfb642a5116ad17d70eb3e404 100644 |
--- a/ui/aura/root_window_host_linux.cc |
+++ b/ui/aura/root_window_host_linux.cc |
@@ -645,7 +645,7 @@ bool RootWindowHostLinux::Dispatch(const base::NativeEvent& event) { |
case ui::ET_TOUCH_PRESSED: |
case ui::ET_TOUCH_RELEASED: |
case ui::ET_TOUCH_MOVED: { |
- ui::TouchEventImpl touchev(xev); |
+ ui::TouchEvent touchev(xev); |
delegate_->OnHostTouchEvent(&touchev); |
break; |
} |