Chromium Code Reviews| Index: components/html_viewer/blink_platform_impl.h |
| diff --git a/components/html_viewer/blink_platform_impl.h b/components/html_viewer/blink_platform_impl.h |
| index 64b306fe8ba08a01f96ee0114b6a5f24f6d9a59e..6dab7f3c72488b9bba3b496fada453c2d34fc2f8 100644 |
| --- a/components/html_viewer/blink_platform_impl.h |
| +++ b/components/html_viewer/blink_platform_impl.h |
| @@ -83,7 +83,7 @@ class BlinkPlatformImpl : public blink::Platform { |
| virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D( |
| const blink::WebGraphicsContext3D::Attributes& attributes, |
| blink::WebGraphicsContext3D* share_context, |
| - blink::WebGLInfo* gl_info); |
| + blink::WebGraphicsContext3D::WebGraphicsInfo& gl_info); |
|
sky
2015/10/16 20:28:50
Not sure about blink, but in chrome style guide sa
sivag
2015/10/19 16:19:23
Done.
|
| virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D( |
| const blink::WebGraphicsContext3D::Attributes& attributes); |
| virtual blink::WebGraphicsContext3DProvider* |