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..4e2e6f6d1429c7ab381329ac01537c2dba777629 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::NON_BLOCKING: |
case ui::InputHandlerProxy::EventDisposition::DID_NOT_HANDLE: |
consumed = false; |
break; |