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..aa180bcd2007a31e4ba611455e91f727102d4454 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); |
virtual blink::WebGraphicsContext3D* createOffscreenGraphicsContext3D( |
const blink::WebGraphicsContext3D::Attributes& attributes); |
virtual blink::WebGraphicsContext3DProvider* |