| Index: Source/core/html/canvas/CanvasRenderingContext2D.idl
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.idl b/Source/core/html/canvas/CanvasRenderingContext2D.idl
|
| index 69a3ffa2354126397273daa1ad0936f1b3312e3b..caa1257b535f235ee50cf403ec092ee513e1a794 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext2D.idl
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext2D.idl
|
| @@ -30,6 +30,7 @@ interface CanvasRenderingContext2D : CanvasRenderingContext {
|
| void save();
|
| void restore();
|
|
|
| + [EnabledAtRuntime=ExperimentalCanvasFeatures, SetterRaisesException] attribute SVGMatrix currentTransform;
|
| void scale(float sx, float sy);
|
| void rotate(float angle);
|
| void translate(float tx, float ty);
|
|
|