Index: content/renderer/renderer_blink_platform_impl.h |
diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h |
index 9d881bffbe0027d20161cac9aadab7e6c18f331d..dcd437dbfebb4af71025117e0628436689f049fd 100644 |
--- a/content/renderer/renderer_blink_platform_impl.h |
+++ b/content/renderer/renderer_blink_platform_impl.h |
@@ -131,6 +131,10 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl { |
virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D( |
const blink::WebGraphicsContext3D::Attributes& attributes, |
blink::WebGraphicsContext3D* share_context); |
+ virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D( |
+ const blink::WebGraphicsContext3D::Attributes& attributes, |
+ blink::WebGraphicsContext3D* share_context, |
+ blink::WebGLInfo* gl_info); |
virtual blink::WebGraphicsContext3DProvider* |
createSharedOffscreenGraphicsContext3DProvider(); |
virtual blink::WebCompositorSupport* compositorSupport(); |