| 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 752714c9933030067cfca095ed98cc013c442255..590cb7795e22bd76be2dedbcc2b2a338fef41552 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasContextCreationAttributes.idl
|
| @@ -51,4 +51,7 @@ dictionary CanvasContextCreationAttributes {
|
| boolean premultipliedAlpha = true;
|
| boolean preserveDrawingBuffer = false;
|
| boolean failIfMajorPerformanceCaveat = false;
|
| +
|
| + // texture.
|
| + [RuntimeEnabled=ExperimentalCanvasFeatures] any texture = null;
|
| };
|
|
|