Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(643)

Unified Diff: services/navigation/view_impl.cc

Issue 2183163002: mus: Change PointerWatcher to observe all pointer events, with moves optional. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renames, PointerEvent, tests etc Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/navigation/view_impl.cc
diff --git a/services/navigation/view_impl.cc b/services/navigation/view_impl.cc
index 9a85fec040dd468aeb3d1e46b69f5b49aaa8d505..a58fda43a9df899bd5e1cfdf13cc8e2f63992f1a 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_;

Powered by Google App Engine
This is Rietveld 408576698