| Index: Source/core/rendering/style/RenderStyle.h
|
| diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
|
| index d79c1a79508425db58e02101dde1f84c2d5657de..72f55cc44e747dc06d8bcf638f59900dee57ebcc 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/FontDescription.h"
|
| #include "core/rendering/style/BorderValue.h"
|
| #include "core/rendering/style/CounterDirectives.h"
|
| #include "core/rendering/style/DataRef.h"
|
| @@ -61,6 +60,7 @@
|
| #include "platform/LengthBox.h"
|
| #include "platform/LengthSize.h"
|
| #include "platform/fonts/FontBaseline.h"
|
| +#include "platform/fonts/FontDescription.h"
|
| #include "platform/geometry/LayoutBoxExtent.h"
|
| #include "platform/geometry/RoundedRect.h"
|
| #include "platform/graphics/Color.h"
|
|
|