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

Unified Diff: blimp/client/feature/compositor/blimp_input_handler_wrapper.cc

Issue 1631963002: Plumb firing passive event listeners. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_wheel_passive_listeners_2a
Patch Set: Renamed enum value as per wez@ request Created 4 years, 10 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: blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
diff --git a/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc b/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
index 4716b58cea191abd8bbc4d4cb0cbee072a747df4..5e38f33a8c7c5cfcae26ab3c906ce996ca1f0a61 100644
--- a/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
+++ b/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
@@ -51,6 +51,7 @@ void BlimpInputHandlerWrapper::HandleWebGestureEvent(
case ui::InputHandlerProxy::EventDisposition::DROP_EVENT:
consumed = true;
break;
+ case ui::InputHandlerProxy::EventDisposition::DID_HANDLE_NON_BLOCKING:
case ui::InputHandlerProxy::EventDisposition::DID_NOT_HANDLE:
consumed = false;
break;

Powered by Google App Engine
This is Rietveld 408576698