| Index: content/common/gpu/client/command_buffer_proxy_impl.h
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.h b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| index 1f37af571ac1eaf86d2c515109d7c74efc1fd040..4b52bb407f5f430604a25408fa4b23e13013e949 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -17,13 +17,13 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
| -#include "cc/debug/latency_info.h"
|
| #include "content/common/gpu/gpu_memory_allocation.h"
|
| #include "content/common/gpu/gpu_memory_allocation.h"
|
| #include "gpu/command_buffer/common/command_buffer.h"
|
| #include "gpu/command_buffer/common/command_buffer_shared.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "media/video/video_decode_accelerator.h"
|
| +#include "ui/base/latency_info.h"
|
|
|
| struct GPUCommandBufferConsoleMessage;
|
|
|
| @@ -127,7 +127,7 @@ class CommandBufferProxyImpl
|
| void SetOnConsoleMessageCallback(
|
| const GpuConsoleMessageCallback& callback);
|
|
|
| - void SetLatencyInfo(const cc::LatencyInfo& latency_info);
|
| + void SetLatencyInfo(const ui::LatencyInfo& latency_info);
|
|
|
| // TODO(apatrick): this is a temporary optimization while skia is calling
|
| // ContentGLContext::MakeCurrent prior to every GL call. It saves returning 6
|
|
|