| Index: third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
|
| index fe6760b12aa2a6edce96cbc0b16997eb26db4ba1..b675dc51ffce6f270b9c8b7291133e88a4238aad 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
|
| @@ -18,7 +18,7 @@ WebGLContextAttributes toWebGLContextAttributes(const CanvasContextCreationAttri
|
| // Set up the attributes that can be used to initialize a WebGraphicsContext3D.
|
| // It's mostly based on WebGLContextAttributes, but may be adjusted based
|
| // on settings.
|
| -WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLContextAttributes&, const WebString&, Settings*, unsigned webGLVersion);
|
| +WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLContextAttributes&, const WebString&, unsigned webGLVersion);
|
|
|
| } // namespace blink
|
|
|
|
|