summaryrefslogtreecommitdiffstats
path: root/content/common/input_messages.h
diff options
context:
space:
mode:
authormiletus@chromium.org <miletus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-21 22:25:55 +0000
committermiletus@chromium.org <miletus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-21 22:25:55 +0000
commit5d4de44b58d6f13ac7421dba0f6b533726df2f05 (patch)
tree62c01a46128e21941c26d5eadab14eb606caf266 /content/common/input_messages.h
parent68c38757c379626e73266bfb3b266261a47b9724 (diff)
downloadchromium_src-5d4de44b58d6f13ac7421dba0f6b533726df2f05.zip
chromium_src-5d4de44b58d6f13ac7421dba0f6b533726df2f05.tar.gz
chromium_src-5d4de44b58d6f13ac7421dba0f6b533726df2f05.tar.bz2
This CL moves the LatencyInfo's IPC traits from
content/common/content_param_traits_macros.h to ui/events/ipc/latency_info_param_traits This way, code that wants to use LatencyInfo over IPC don't have to depend on content/common, but a rather smaller target events.gyp:events_ipc. Also adds latency_info_nacl.gyp for a nacl build that wants to use LatencyInfo over IPC. BUG=355719 TEST=no functional change. Chrome builds. Review URL: https://codereview.chromium.org/291443006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271987 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/input_messages.h')
-rw-r--r--content/common/input_messages.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index 4d97a44..d4fff90 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -23,7 +23,7 @@
#include "content/common/input/touch_action.h"
#include "ipc/ipc_message_macros.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
-#include "ui/events/latency_info.h"
+#include "ui/events/ipc/latency_info_param_traits.h"
#include "ui/gfx/point.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/vector2d_f.h"