Index: services/navigation/view_impl.cc |
diff --git a/services/navigation/view_impl.cc b/services/navigation/view_impl.cc |
index 6037e8fbcf87a44e5e5fe4b347addf114ef095dc..ca22edd2fdfbd570c03560e9dc5a8745896b44bc 100644 |
--- a/services/navigation/view_impl.cc |
+++ b/services/navigation/view_impl.cc |
@@ -280,7 +280,8 @@ void ViewImpl::OnEmbed(ui::Window* root) { |
} |
void ViewImpl::OnDidDestroyClient(ui::WindowTreeClient* client) {} |
-void ViewImpl::OnEventObserved(const ui::Event& event, ui::Window* target) {} |
+void ViewImpl::OnPointerWatcherEvent(const ui::PointerEvent& event, |
+ ui::Window* target) {} |
views::View* ViewImpl::GetContentsView() { |
return web_view_; |