| 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 8b00f8cbd4f70fcad2a3745c62eb4aee18263418..41aba4d95f87a6aca1fcb5b993cc6edf415e2e3c 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp
|
| @@ -32,7 +32,6 @@ WebGraphicsContext3D::Attributes toWebGraphicsContext3DAttributes(const WebGLCon
|
| if (settings && !settings->openGLMultisamplingEnabled())
|
| result.antialias = false;
|
| }
|
| - result.premultipliedAlpha = attrs.premultipliedAlpha();
|
| result.failIfMajorPerformanceCaveat = attrs.failIfMajorPerformanceCaveat();
|
|
|
| result.shareResources = false;
|
|
|