| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index abe9b57cf52424cfc6002ff94126836797a2f186..11b58dbf102791f36f775b123e009c5b7c2e3d76 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -1064,7 +1064,8 @@ class CONTENT_EXPORT RenderViewImpl
|
| void CheckPreferredSize();
|
|
|
| WebKit::WebGraphicsContext3D* CreateGraphicsContext3D(
|
| - const WebKit::WebGraphicsContext3D::Attributes& attributes);
|
| + const WebKit::WebGraphicsContext3D::Attributes& attributes,
|
| + CommandBufferProxyImpl** proxy);
|
|
|
| // This method walks the entire frame tree for this RenderView and sends an
|
| // update to the browser process as described in the
|
|
|