From 54bbb6eadc8f4b2f2dfc75e1412bb0471b81fe9f Mon Sep 17 00:00:00 2001 From: "jdduke@chromium.org" Date: Tue, 1 Oct 2013 13:43:05 +0000 Subject: Remove the BufferedInputRouter Remove the BufferedInputRouter, InputQueue and EventPacket. After further review and discussion, it's been decided that vsync-aligned input handling would best be added to the input pipeline via incremental updates, beginning with event types that currently rely on coaelescing and browser-side buffering. BUG=245499 Review URL: https://codereview.chromium.org/25385002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226224 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_common.gypi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'content/content_common.gypi') diff --git a/content/content_common.gypi b/content/content_common.gypi index b6c94e7..5412334 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -258,14 +258,10 @@ 'common/indexed_db/indexed_db_messages.h', 'common/indexed_db/indexed_db_param_traits.cc', 'common/indexed_db/indexed_db_param_traits.h', - 'common/input/event_packet.cc', - 'common/input/event_packet.h', 'common/input/ipc_input_event_payload.cc', 'common/input/ipc_input_event_payload.h', 'common/input/input_event.cc', 'common/input/input_event.h', - 'common/input/input_event_disposition.cc', - 'common/input/input_event_disposition.h', 'common/input/input_param_traits.cc', 'common/input/input_param_traits.h', 'common/input/web_input_event_payload.cc', -- cgit v1.1