Index: sky/engine/core/painting/Canvas.idl |
diff --git a/sky/engine/core/painting/Canvas.idl b/sky/engine/core/painting/Canvas.idl |
index 074bdff96836323b62bc800e791b522f97b4eef2..ae833fcd321d0df74a3a72e21e25d01186a337dc 100644 |
--- a/sky/engine/core/painting/Canvas.idl |
+++ b/sky/engine/core/painting/Canvas.idl |
@@ -17,7 +17,7 @@ interface Canvas { |
void scale(float sx, float sy); |
void rotateDegrees(float degrees); |
void skew(float sx, float sy); |
- void concat(float[] matrix9); |
+ void concat(Float32List matrix4); |
void clipRect(Rect rect); |