Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: content/common/gpu/client/command_buffer_proxy_impl.h

Issue 564903002: Merge GpuCommandBufferMsg_SetLatencyInfo into GpuCommandBufferMsg_AsyncFlush (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove ShallowFlushCHROMIUM() in CompositorOutputSurface::SwapBuffers Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698