| 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..58caab73d076676141416635e2c68f3b97948bd2 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(Matrix4 matrix);
|
|
|
| void clipRect(Rect rect);
|
|
|
|
|