| Index: Source/core/rendering/style/RenderStyle.h
|
| diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
|
| index c8cce47e9aad5032a4bc637d2c6985af836b6eff..d79c1a79508425db58e02101dde1f84c2d5657de 100644
|
| --- a/Source/core/rendering/style/RenderStyle.h
|
| +++ b/Source/core/rendering/style/RenderStyle.h
|
| @@ -31,7 +31,6 @@
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "core/platform/ThemeTypes.h"
|
| #include "core/platform/animation/CSSAnimationDataList.h"
|
| -#include "core/platform/graphics/Color.h"
|
| #include "core/platform/graphics/FontDescription.h"
|
| #include "core/rendering/style/BorderValue.h"
|
| #include "core/rendering/style/CounterDirectives.h"
|
| @@ -64,6 +63,7 @@
|
| #include "platform/fonts/FontBaseline.h"
|
| #include "platform/geometry/LayoutBoxExtent.h"
|
| #include "platform/geometry/RoundedRect.h"
|
| +#include "platform/graphics/Color.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/text/TextDirection.h"
|
| #include "platform/text/UnicodeBidi.h"
|
|
|