| Index: Source/core/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/core/platform/graphics/GraphicsLayer.h b/Source/core/platform/graphics/GraphicsLayer.h
|
| index 2d197690b16478efffaca7a4238fe9365d38123c..ab2615f1ce1611b3dc0f436ced02ce2f59299697 100644
|
| --- a/Source/core/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/core/platform/graphics/GraphicsLayer.h
|
| @@ -27,9 +27,6 @@
|
| #define GraphicsLayer_h
|
|
|
| #include "Animation.h"
|
| -#include "FilterOperations.h"
|
| -#include "TransformOperations.h"
|
| -#include "TransformationMatrix.h"
|
| #include "core/platform/graphics/Color.h"
|
| #include "core/platform/graphics/FloatPoint.h"
|
| #include "core/platform/graphics/FloatPoint3D.h"
|
| @@ -37,6 +34,9 @@
|
| #include "core/platform/graphics/GraphicsLayerClient.h"
|
| #include "core/platform/graphics/IntRect.h"
|
| #include "core/platform/graphics/PlatformLayer.h"
|
| +#include "core/platform/graphics/filters/FilterOperations.h"
|
| +#include "core/platform/graphics/transforms/TransformOperations.h"
|
| +#include "core/platform/graphics/transforms/TransformationMatrix.h"
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|
|
|