| 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 b5b272cd15e393bdb766075f6c7624896166c2d2..357b29ed46bce9c90bd1018e9dbc9055f2eed354 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.h
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.h
|
| @@ -131,7 +131,7 @@ class CommandBufferProxyImpl
|
| void SetOnConsoleMessageCallback(
|
| const GpuConsoleMessageCallback& callback);
|
|
|
| - void SetLatencyInfo(const ui::LatencyInfo& latency_info);
|
| + void SetLatencyInfo(const std::vector<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
|
|
|