| 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 4d918c6b2e69348cce201bcdf97133af48bc8a23..47b4ce087f5db072e97addec2604e472af721018 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| @@ -211,7 +211,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));
|
|
|