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

Unified Diff: content/renderer/gpu/mailbox_output_surface.h

Issue 12614013: Plumb cc::LatencyInfo through command buffer and output surface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/renderer/gpu/mailbox_output_surface.h
diff --git a/content/renderer/gpu/mailbox_output_surface.h b/content/renderer/gpu/mailbox_output_surface.h
index 745a81257a8fa966a6ef91e6a75245976f720133..d4410f6c6d74f6fd50c479b14bcc58051c0a2107 100644
--- a/content/renderer/gpu/mailbox_output_surface.h
+++ b/content/renderer/gpu/mailbox_output_surface.h
@@ -25,6 +25,7 @@ class MailboxOutputSurface : public CompositorOutputSurface {
public:
MailboxOutputSurface(int32 routing_id,
WebKit::WebGraphicsContext3D* context3d,
+ CommandBufferProxyImpl* proxy,
cc::SoftwareOutputDevice* software);
virtual ~MailboxOutputSurface();

Powered by Google App Engine
This is Rietveld 408576698