summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
authorjbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-10 02:41:55 +0000
committerjbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-10 02:41:55 +0000
commitc2eaa8f869857915f5c04afc09e965d54045d81b (patch)
tree6e41fab7c8e968d1610e997a0b695cd8de047418 /content/content_browser.gypi
parent8d224864ab1bd9cdd2f02cf930ff7b06f8e264e2 (diff)
downloadchromium_src-c2eaa8f869857915f5c04afc09e965d54045d81b.zip
chromium_src-c2eaa8f869857915f5c04afc09e965d54045d81b.tar.gz
chromium_src-c2eaa8f869857915f5c04afc09e965d54045d81b.tar.bz2
Add latency info to input events sent to RenderWidget.
This keeps track of the latency info for input events, and sends that down into the RenderWidget and into the compositor. It also collects the latency info when swap happens with gtk and returns it the the RenderWidgetHostImpl. BUG=155367 Review URL: https://chromiumcodereview.appspot.com/13931009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199340 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 8459348..d2f3c1d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -680,6 +680,7 @@
'browser/renderer_host/database_message_filter.h',
'browser/renderer_host/dip_util.cc',
'browser/renderer_host/dip_util.h',
+ 'browser/renderer_host/event_with_latency_info.h',
'browser/renderer_host/file_utilities_message_filter.cc',
'browser/renderer_host/file_utilities_message_filter.h',
'browser/renderer_host/frame_tree_node.cc',