| Index: Source/core/rendering/CompositedLayerMapping.h
|
| diff --git a/Source/core/rendering/CompositedLayerMapping.h b/Source/core/rendering/CompositedLayerMapping.h
|
| index 3ff5e78a788fcaa8d12fa12da0897771267dfa0e..2db23490918212705629193821899e33a8645c5b 100644
|
| --- a/Source/core/rendering/CompositedLayerMapping.h
|
| +++ b/Source/core/rendering/CompositedLayerMapping.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef CompositedLayerMapping_h
|
| #define CompositedLayerMapping_h
|
|
|
| -#include "core/platform/graphics/GraphicsLayer.h"
|
| -#include "core/platform/graphics/GraphicsLayerClient.h"
|
| #include "core/rendering/RenderLayer.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/geometry/FloatPoint3D.h"
|
| +#include "platform/graphics/GraphicsLayer.h"
|
| +#include "platform/graphics/GraphicsLayerClient.h"
|
| #include "platform/transforms/TransformationMatrix.h"
|
|
|
| namespace WebCore {
|
|
|