| Index: sky/engine/platform/transforms/TransformationMatrix.h
|
| diff --git a/sky/engine/platform/transforms/TransformationMatrix.h b/sky/engine/platform/transforms/TransformationMatrix.h
|
| index 8ca357c7be01fd2760a0738dc6bbf076f3b257af..daa6bf2594d5f813f4184055cf52c0bd88d5ff0e 100644
|
| --- a/sky/engine/platform/transforms/TransformationMatrix.h
|
| +++ b/sky/engine/platform/transforms/TransformationMatrix.h
|
| @@ -26,13 +26,13 @@
|
| #ifndef TransformationMatrix_h
|
| #define TransformationMatrix_h
|
|
|
| -#include "SkMatrix44.h"
|
| #include <string.h> //for memcpy
|
| -#include "platform/geometry/FloatPoint.h"
|
| -#include "platform/geometry/FloatPoint3D.h"
|
| -#include "platform/geometry/IntPoint.h"
|
| -#include "wtf/CPU.h"
|
| -#include "wtf/FastAllocBase.h"
|
| +#include "sky/engine/platform/geometry/FloatPoint.h"
|
| +#include "sky/engine/platform/geometry/FloatPoint3D.h"
|
| +#include "sky/engine/platform/geometry/IntPoint.h"
|
| +#include "sky/engine/wtf/CPU.h"
|
| +#include "sky/engine/wtf/FastAllocBase.h"
|
| +#include "third_party/skia/include/utils/SkMatrix44.h"
|
|
|
| namespace blink {
|
|
|
|
|