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..f5165119af54f82e47eeedf04982e0a7fad447a3 100644 |
--- a/content/renderer/renderer_blink_platform_impl.h |
+++ b/content/renderer/renderer_blink_platform_impl.h |
@@ -130,7 +130,8 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl { |
const blink::WebGraphicsContext3D::Attributes& attributes); |
virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D( |
const blink::WebGraphicsContext3D::Attributes& attributes, |
- blink::WebGraphicsContext3D* share_context); |
+ blink::WebGraphicsContext3D* share_context, |
+ blink::WebGLInfo& gl_info); |
piman
2014/10/10 20:25:00
As mentioned in the blink patch, use a pointer, no
sivag
2014/10/27 13:34:52
Done.
|
virtual blink::WebGraphicsContext3DProvider* |
createSharedOffscreenGraphicsContext3DProvider(); |
virtual blink::WebCompositorSupport* compositorSupport(); |