Index: Source/core/html/canvas/CanvasRenderingContext2D.idl |
diff --git a/Source/core/html/canvas/CanvasRenderingContext2D.idl b/Source/core/html/canvas/CanvasRenderingContext2D.idl |
index e62de805793d41506ff9063588541a2919121593..564e790558804a87f2b5fab1f329dcc1ce41eea2 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, Immutable] attribute SVGMatrix currentTransform; |
void scale(float sx, float sy); |
void rotate(float angle); |
void translate(float tx, float ty); |