| 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 99aa0c2f41c5a27ff77df08f9d1abd07f83aa9f2..c4dc8ba20139dea56c7fdd7c85dfb66c96ad3cf7 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h
|
| @@ -17,7 +17,7 @@ WebGLContextAttributes toWebGLContextAttributes(const CanvasContextCreationAttri
|
|
|
| // Set up the attributes that can be used to create a GL context via the
|
| // Platform API.
|
| -Platform::ContextAttributes toPlatformContextAttributes(const WebGLContextAttributes&, unsigned webGLVersion);
|
| +Platform::ContextAttributes toPlatformContextAttributes(const CanvasContextCreationAttributes&, unsigned webGLVersion);
|
|
|
| } // namespace blink
|
|
|
|
|