| Index: sky/engine/platform/graphics/filters/FEConvolveMatrix.h
|
| diff --git a/sky/engine/platform/graphics/filters/FEConvolveMatrix.h b/sky/engine/platform/graphics/filters/FEConvolveMatrix.h
|
| index 640ea3c44524651b66ee1e788efd2b216bfc9fa5..f056406e8201e4177979509ec200c25fbc276eda 100644
|
| --- a/sky/engine/platform/graphics/filters/FEConvolveMatrix.h
|
| +++ b/sky/engine/platform/graphics/filters/FEConvolveMatrix.h
|
| @@ -24,11 +24,11 @@
|
| #ifndef FEConvolveMatrix_h
|
| #define FEConvolveMatrix_h
|
|
|
| -#include "platform/geometry/FloatPoint.h"
|
| -#include "platform/geometry/FloatSize.h"
|
| -#include "platform/graphics/filters/Filter.h"
|
| -#include "platform/graphics/filters/FilterEffect.h"
|
| -#include "wtf/Vector.h"
|
| +#include "sky/engine/platform/geometry/FloatPoint.h"
|
| +#include "sky/engine/platform/geometry/FloatSize.h"
|
| +#include "sky/engine/platform/graphics/filters/Filter.h"
|
| +#include "sky/engine/platform/graphics/filters/FilterEffect.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|