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

Unified Diff: content/browser/renderer_host/input/input_router_impl.cc

Issue 2479023003: Remove is_fling flag for fling intervention (Closed)
Patch Set: Make enum explicitly Created 4 years, 1 month 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: content/browser/renderer_host/input/input_router_impl.cc
diff --git a/content/browser/renderer_host/input/input_router_impl.cc b/content/browser/renderer_host/input/input_router_impl.cc
index 40fc18b75cde33de01445f7eb5bf5b9efa8c0893..c66aa768acaafa0f9c25918fe2c530030fd73e91 100644
--- a/content/browser/renderer_host/input/input_router_impl.cc
+++ b/content/browser/renderer_host/input/input_router_impl.cc
@@ -59,6 +59,8 @@ const char* GetEventAckName(InputEventAckState ack_result) {
case INPUT_EVENT_ACK_STATE_IGNORED: return "IGNORED";
case INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING:
return "SET_NON_BLOCKING";
+ case INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING_DUE_TO_FLING:
+ return "SET_NON_BLOCKING_DUE_TO_FLING";
}
DLOG(WARNING) << "Unhandled InputEventAckState in GetEventAckName.";
return "";
« no previous file with comments | « blimp/client/core/input/blimp_input_handler_wrapper.cc ('k') | content/common/input/input_event_ack_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698