| Index: third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp
|
| index dd0be91877ee226c72198e000d97757ea922d741..6f1f758a0677b6d0413e5a943c274004fb5ef20f 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp
|
| @@ -21,7 +21,7 @@ WebGLContextAttributes toWebGLContextAttributes(const CanvasContextCreationAttri
|
| return result;
|
| }
|
|
|
| -Platform::ContextAttributes toPlatformContextAttributes(const WebGLContextAttributes& attrs, unsigned webGLVersion)
|
| +Platform::ContextAttributes toPlatformContextAttributes(const CanvasContextCreationAttributes& attrs, unsigned webGLVersion)
|
| {
|
| Platform::ContextAttributes result;
|
| result.failIfMajorPerformanceCaveat = attrs.failIfMajorPerformanceCaveat();
|
|
|