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

Unified Diff: content/content_renderer.gypi

Issue 15920002: Fix WebView compositor input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make InputEventAckState public Created 7 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_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 4b81cba422e57f1fb7c0341083d38783fca9bf3f..2175408e620058802e715f45a7c45fa06c5a6e98 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -74,6 +74,8 @@
'renderer/android/phone_number_detector.h',
'renderer/android/synchronous_compositor_output_surface.cc',
'renderer/android/synchronous_compositor_output_surface.h',
+ 'renderer/android/synchronous_input_event_filter.cc',
+ 'renderer/android/synchronous_input_event_filter.h',
'renderer/device_orientation_dispatcher.cc',
'renderer/device_orientation_dispatcher.h',
'renderer/devtools/devtools_agent.cc',
@@ -108,6 +110,7 @@
'renderer/gpu/input_handler_proxy.h',
'renderer/gpu/input_handler_manager.cc',
'renderer/gpu/input_handler_manager.h',
+ 'renderer/gpu/input_handler_manager_client.h',
'renderer/gpu/input_handler_wrapper.cc',
'renderer/gpu/input_handler_wrapper.h',
'renderer/gpu/gpu_benchmarking_extension.cc',

Powered by Google App Engine
This is Rietveld 408576698