| Index: sky/engine/platform/graphics/filters/FilterEffect.h
|
| diff --git a/sky/engine/platform/graphics/filters/FilterEffect.h b/sky/engine/platform/graphics/filters/FilterEffect.h
|
| index cd85ffc21a02d1140ab8af6cf9782afcdf04d78a..f07c884032f554c9b878b38eff2ec64d3f2ba32d 100644
|
| --- a/sky/engine/platform/graphics/filters/FilterEffect.h
|
| +++ b/sky/engine/platform/graphics/filters/FilterEffect.h
|
| @@ -23,20 +23,18 @@
|
| #ifndef FilterEffect_h
|
| #define FilterEffect_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/geometry/FloatRect.h"
|
| -#include "platform/geometry/IntRect.h"
|
| -#include "platform/graphics/Color.h"
|
| -#include "platform/graphics/ColorSpace.h"
|
| -
|
| +#include "sky/engine/platform/geometry/FloatRect.h"
|
| +#include "sky/engine/platform/geometry/IntRect.h"
|
| +#include "sky/engine/platform/graphics/Color.h"
|
| +#include "sky/engine/platform/graphics/ColorSpace.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
| +#include "sky/engine/wtf/Uint8ClampedArray.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
| #include "third_party/skia/include/core/SkImageFilter.h"
|
|
|
| -#include "wtf/PassOwnPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Uint8ClampedArray.h"
|
| -#include "wtf/Vector.h"
|
| -
|
| namespace blink {
|
|
|
| class Filter;
|
|
|