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

Unified Diff: ui/views/pointer_watcher.h

Issue 2256343003: Update ui::PointerEvent to support mouse wheel and capture change events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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: ui/views/pointer_watcher.h
diff --git a/ui/views/pointer_watcher.h b/ui/views/pointer_watcher.h
index 8270683214e99f946e0629d433a31662fb71d3a0..008187180346388f91725772325b51b4bb3c41fc 100644
--- a/ui/views/pointer_watcher.h
+++ b/ui/views/pointer_watcher.h
@@ -35,10 +35,6 @@ class VIEWS_EXPORT PointerWatcher {
const gfx::Point& location_in_screen,
Widget* target) = 0;
- // PointerWatcher is informed of capture changes as it's common to create a
- // MouseEvent of type ui::ET_MOUSE_CAPTURE_CHANGED on capture change.
- virtual void OnMouseCaptureChanged() {}
-
protected:
virtual ~PointerWatcher() {}

Powered by Google App Engine
This is Rietveld 408576698