| Index: sky/engine/core/painting/Canvas.h
|
| diff --git a/sky/engine/core/painting/Canvas.h b/sky/engine/core/painting/Canvas.h
|
| index ad5691b79ecdd173633e623b4893a8eb7dc90870..07793ea5a05298b9c1cac72ff5c6c295c6a26e4b 100644
|
| --- a/sky/engine/core/painting/Canvas.h
|
| +++ b/sky/engine/core/painting/Canvas.h
|
| @@ -10,6 +10,7 @@
|
| #include "sky/engine/core/painting/Picture.h"
|
| #include "sky/engine/core/painting/Rect.h"
|
| #include "sky/engine/platform/graphics/DisplayList.h"
|
| +#include "sky/engine/tonic/dart_float32list.h"
|
| #include "sky/engine/tonic/dart_wrappable.h"
|
| #include "sky/engine/wtf/PassRefPtr.h"
|
| #include "sky/engine/wtf/RefCounted.h"
|
| @@ -37,7 +38,7 @@ public:
|
| void scale(float sx, float sy);
|
| void rotateDegrees(float degrees);
|
| void skew(float sx, float sy);
|
| - void concat(const Vector<float>& matrix);
|
| + void concat(const Float32List& matrix4);
|
|
|
| void clipRect(const Rect& rect);
|
|
|
|
|