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

Unified Diff: content/content_common.gypi

Issue 997283002: Coalesce async touch move events until the ack back from render (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ack struct and unittest Created 5 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 f989b373e088bb6e9a139e0b25663d8440ca9f9c..9d2fca5e5f9289966b6ef2985d7e22a3d9250ba4 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -365,6 +365,8 @@
'common/input/gesture_event_stream_validator.h',
'common/input/input_event.cc',
'common/input/input_event.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