| Index: components/html_viewer/blink_platform_impl.cc
|
| diff --git a/components/html_viewer/blink_platform_impl.cc b/components/html_viewer/blink_platform_impl.cc
|
| index 3a4ad96d726b187363e2cd99aec9c696e577829f..0716f5071293154e6187ffad11d9cb55bc44ef0d 100644
|
| --- a/components/html_viewer/blink_platform_impl.cc
|
| +++ b/components/html_viewer/blink_platform_impl.cc
|
| @@ -179,7 +179,7 @@ blink::WebGraphicsContext3D*
|
| BlinkPlatformImpl::createOffscreenGraphicsContext3D(
|
| const blink::WebGraphicsContext3D::Attributes& attributes,
|
| blink::WebGraphicsContext3D* share_context,
|
| - blink::WebGLInfo* gl_info) {
|
| + blink::WebGraphicsContext3D::WebGraphicsInfo* gl_info) {
|
| // TODO(penghuang): Use the app from the right HTMLDocument.
|
| return WebGraphicsContext3DCommandBufferImpl::CreateOffscreenContext(
|
| global_state_, app_, GURL(attributes.topDocumentURL), attributes,
|
|
|