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

Unified Diff: content/common/input_messages.h

Issue 14999012: Move cc/debug/latency_info to ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « content/common/gpu/texture_image_transport_surface.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/input_messages.h
diff --git a/content/common/input_messages.h b/content/common/input_messages.h
index a9739fab00319ae8b0bdc7729e79273323f33c70..fd4ca81fe2e1b20a808287fa0a8fc2c951222ec7 100644
--- a/content/common/input_messages.h
+++ b/content/common/input_messages.h
@@ -7,7 +7,6 @@
// Multiply-included message file, hence no include guard.
#include "base/string16.h"
-#include "cc/debug/latency_info.h"
#include "content/common/content_export.h"
#include "content/common/content_param_traits.h"
#include "content/common/edit_command.h"
@@ -15,6 +14,7 @@
#include "content/public/common/common_param_traits.h"
#include "ipc/ipc_message_macros.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebInputEvent.h"
+#include "ui/base/latency_info.h"
#include "ui/gfx/point.h"
#include "ui/gfx/rect.h"
@@ -37,7 +37,7 @@ IPC_STRUCT_TRAITS_END()
// Sends an input event to the render widget.
IPC_MESSAGE_ROUTED3(InputMsg_HandleInputEvent,
IPC::WebInputEventPointer /* event */,
- cc::LatencyInfo /* latency_info */,
+ ui::LatencyInfo /* latency_info */,
bool /* is_keyboard_shortcut */)
// Sends the cursor visibility state to the render widget.
« no previous file with comments | « content/common/gpu/texture_image_transport_surface.cc ('k') | content/public/test/render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698