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 ce564653415721d1b44f0a4cb6c005e1e4b674f5..c1b4a8cab5eb29349499df1e72a2126d67be56b8 100644 |
--- a/content/common/gpu/client/command_buffer_proxy_impl.h |
+++ b/content/common/gpu/client/command_buffer_proxy_impl.h |
@@ -200,6 +200,8 @@ class CommandBufferProxyImpl |
gpu::Capabilities capabilities_; |
+ std::vector<ui::LatencyInfo> latency_info_; |
+ |
DISALLOW_COPY_AND_ASSIGN(CommandBufferProxyImpl); |
}; |