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

Unified Diff: ash/shared/immersive_fullscreen_controller.cc

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: rebase 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: ash/shared/immersive_fullscreen_controller.cc
diff --git a/ash/shared/immersive_fullscreen_controller.cc b/ash/shared/immersive_fullscreen_controller.cc
index 1af174bee4be1412beda419387f14f5cbb5b7d24..bf26c2cb5ead4eaff35e53ee439896b887f54312 100644
--- a/ash/shared/immersive_fullscreen_controller.cc
+++ b/ash/shared/immersive_fullscreen_controller.cc
@@ -243,13 +243,6 @@ void ImmersiveFullscreenController::OnPointerEventObserved(
}
}
-void ImmersiveFullscreenController::OnMouseCaptureChanged() {
- const ui::MouseEvent event(ui::ET_MOUSE_CAPTURE_CHANGED, gfx::Point(),
- gfx::Point(), ui::EventTimeForNow(), 0, 0);
- OnMouseEvent(event, display::Screen::GetScreen()->GetCursorScreenPoint(),
- nullptr);
-}
-
////////////////////////////////////////////////////////////////////////////////
// views::WidgetObserver overrides:
« no previous file with comments | « ash/shared/immersive_fullscreen_controller.h ('k') | mojo/converters/blink/blink_input_events_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698