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

Unified Diff: content/content_common.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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index c3ff5134e114b80f607fd72a2b219290b9840a61..08a808a0ddf4f1acfd29d57ef487bcdae1bde139 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -58,6 +58,7 @@
'public/common/gpu_switching_option.h',
'public/common/injection_test_mac.h',
'public/common/injection_test_win.h',
+ 'public/common/input_event_ack_state.h',
'public/common/javascript_message_type.h',
'public/common/main_function_params.h',
'public/common/media_stream_request.cc',
@@ -245,6 +246,7 @@
'common/gpu/image_transport_surface_mac.cc',
'common/gpu/image_transport_surface_win.cc',
'common/gpu/image_transport_surface_x11.cc',
+ 'common/gpu/input_handler_manager_client.h',
'common/gpu/media/h264_bit_reader.cc',
'common/gpu/media/h264_bit_reader.h',
'common/gpu/media/h264_parser.cc',

Powered by Google App Engine
This is Rietveld 408576698