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

Unified Diff: services/navigation/view_impl.h

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: Event conversion; comments; rebase 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.h
diff --git a/services/navigation/view_impl.h b/services/navigation/view_impl.h
index ad9b7edc13f1d77170958770349a03b816992419..459ec7ea7cf47d6824f719fea6b981deb760620c 100644
--- a/services/navigation/view_impl.h
+++ b/services/navigation/view_impl.h
@@ -82,7 +82,8 @@ class ViewImpl : public mojom::View,
// ui::WindowTreeClientDelegate:
void OnEmbed(ui::Window* root) override;
void OnDidDestroyClient(ui::WindowTreeClient* client) override;
- void OnEventObserved(const ui::Event& event, ui::Window* target) override;
+ void OnPointerWatcherEvent(const ui::PointerEvent& event,
+ ui::Window* target) override;
// views::WidgetDelegate:
views::View* GetContentsView() override;

Powered by Google App Engine
This is Rietveld 408576698