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

Unified Diff: content/renderer/gpu/input_event_filter_unittest.cc

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/renderer/gpu/compositor_output_surface.cc ('k') | content/renderer/gpu/mailbox_output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/input_event_filter_unittest.cc
diff --git a/content/renderer/gpu/input_event_filter_unittest.cc b/content/renderer/gpu/input_event_filter_unittest.cc
index 12c0417d33330b7bd8fd7cd629aad059a403c974..85da87f79c359f0e813a3b5e7b4713e3b1409b27 100644
--- a/content/renderer/gpu/input_event_filter_unittest.cc
+++ b/content/renderer/gpu/input_event_filter_unittest.cc
@@ -120,7 +120,7 @@ void AddEventsToFilter(IPC::ChannelProxy::MessageFilter* message_filter,
for (size_t i = 0; i < count; ++i) {
messages.push_back(
InputMsg_HandleInputEvent(
- kTestRoutingID, &events[i], cc::LatencyInfo(), false));
+ kTestRoutingID, &events[i], ui::LatencyInfo(), false));
}
AddMessagesToFilter(message_filter, messages);
@@ -255,7 +255,7 @@ TEST_F(InputEventFilterTest, PreserveRelativeOrder) {
std::vector<IPC::Message> messages;
messages.push_back(InputMsg_HandleInputEvent(kTestRoutingID,
&mouse_down,
- cc::LatencyInfo(),
+ ui::LatencyInfo(),
false));
// Control where input events are delivered.
messages.push_back(InputMsg_MouseCaptureLost(kTestRoutingID));
@@ -284,7 +284,7 @@ TEST_F(InputEventFilterTest, PreserveRelativeOrder) {
messages.push_back(InputMsg_HandleInputEvent(kTestRoutingID,
&mouse_up,
- cc::LatencyInfo(),
+ ui::LatencyInfo(),
false));
AddMessagesToFilter(filter_, messages);
« no previous file with comments | « content/renderer/gpu/compositor_output_surface.cc ('k') | content/renderer/gpu/mailbox_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698