| 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.
|
|
|