| Index: Source/core/html/canvas/CanvasRenderingContext2D.idl
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.idl b/Source/core/html/canvas/CanvasRenderingContext2D.idl
|
| index ec98b03747821a8aa617a5097ad8679632fe23d7..98df7fa36f873714c8b33d980eb4a632c0070ded 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.idl
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.idl
|
| @@ -216,5 +216,7 @@ interface CanvasRenderingContext2D : CanvasRenderingContext {
|
| readonly attribute float webkitBackingStorePixelRatio;
|
|
|
| attribute boolean webkitImageSmoothingEnabled;
|
| +
|
| + [EnabledAtRuntime=experimentalCanvasFeatures] Canvas2DContextAttributes getContextAttributes();
|
| };
|
|
|
|
|