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

Unified Diff: content/renderer/render_widget.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/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 163009ffc90b3a505dc843dbb214d5c552130878..89bf1de025affde06edf1a47ecf865a4dcc39902 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -483,7 +483,8 @@ class CONTENT_EXPORT RenderWidget
// Creates a 3D context associated with this view.
WebKit::WebGraphicsContext3D* CreateGraphicsContext3D(
- const WebKit::WebGraphicsContext3D::Attributes& attributes);
+ const WebKit::WebGraphicsContext3D::Attributes& attributes,
+ CommandBufferProxyImpl** proxy);
// Routing ID that allows us to communicate to the parent browser process
// RenderWidgetHost. When MSG_ROUTING_NONE, no messages may be sent.

Powered by Google App Engine
This is Rietveld 408576698