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

Unified Diff: content/content_common.gypi

Issue 281723010: Bundle DidOverscrollParams with the InputEventAck (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix browser tests Created 6 years, 7 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 61cc59b1009e73af2fa51213bdc863888ef5de4e..328818aa4d34a11e30065059bb26a9606177aee4 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -304,7 +304,8 @@
'common/input/gesture_event_stream_validator.h',
'common/input/input_event.cc',
'common/input/input_event.h',
- 'common/input/input_event_ack_state.h',
+ 'common/input/input_event_ack.cc',
+ 'common/input/input_event_ack.h',
'common/input/input_event_stream_validator.cc',
'common/input/input_event_stream_validator.h',
'common/input/input_param_traits.cc',

Powered by Google App Engine
This is Rietveld 408576698