| Index: third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl b/third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl
|
| index 3d5a8f2466475b5a5f5667394cfafc3fbf1d57c7..ff24c90ab2c05478cb9eabbf3ff8a8934cd9b414 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl
|
| @@ -25,6 +25,7 @@
|
| dictionary CanvasContextCreationAttributes {
|
| // Canvas 2D attributes
|
| boolean alpha = true; // Also used for WebGL.
|
| + [RuntimeEnabled=ExperimentalCanvasFeatures] DOMString colorSpace = "legacy-srgb";
|
|
|
| // WebGL attributes
|
| boolean depth = true;
|
|
|