Index: content/common/gpu/client/command_buffer_proxy_impl.cc |
diff --git a/content/common/gpu/client/command_buffer_proxy_impl.cc b/content/common/gpu/client/command_buffer_proxy_impl.cc |
index 156626a9f58d9101e5290142024e5d1392cc28cf..193161e58ed29f6c00258dd6a4098915e10a70d2 100644 |
--- a/content/common/gpu/client/command_buffer_proxy_impl.cc |
+++ b/content/common/gpu/client/command_buffer_proxy_impl.cc |
@@ -212,7 +212,7 @@ void CommandBufferProxyImpl::Flush(int32 put_offset) { |
} |
void CommandBufferProxyImpl::SetLatencyInfo( |
- const cc::LatencyInfo& latency_info) { |
+ const ui::LatencyInfo& latency_info) { |
if (last_state_.error != gpu::error::kNoError) |
return; |
Send(new GpuCommandBufferMsg_SetLatencyInfo(route_id_, latency_info)); |