| 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..8d8a46f6030913703e989b80f6822a023290f076 100644
|
| --- a/sky/engine/core/painting/Canvas.h
|
| +++ b/sky/engine/core/painting/Canvas.h
|
| @@ -6,6 +6,7 @@
|
| #define SKY_ENGINE_CORE_PAINTING_CANVAS_H_
|
|
|
| #include "sky/engine/core/painting/CanvasPath.h"
|
| +#include "sky/engine/core/painting/Float32List.h"
|
| #include "sky/engine/core/painting/Paint.h"
|
| #include "sky/engine/core/painting/Picture.h"
|
| #include "sky/engine/core/painting/Rect.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);
|
|
|
|
|