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

Unified Diff: content/common/input/input_event_ack_state.h

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/common/input/input_event_ack_state.h
diff --git a/content/common/input/input_event_ack_state.h b/content/common/input/input_event_ack_state.h
index c8e8f833b8608f6e1340ddc81960e693c5218c61..55a392cef7481913631862df2ff209fbd9e75688 100644
--- a/content/common/input/input_event_ack_state.h
+++ b/content/common/input/input_event_ack_state.h
@@ -15,7 +15,9 @@ enum InputEventAckState {
INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS,
INPUT_EVENT_ACK_STATE_IGNORED,
INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING,
- INPUT_EVENT_ACK_STATE_MAX = INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING
+ INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING_DUE_TO_FLING,
+ INPUT_EVENT_ACK_STATE_MAX =
+ INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING_DUE_TO_FLING
};
} // namespace content
« no previous file with comments | « content/browser/renderer_host/input/input_router_impl.cc ('k') | content/renderer/input/input_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698