Index: Source/core/rendering/style/RenderStyle.h |
diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h |
index 085db1f475e27c86947879d4d7ed1f3f296b9eeb..2ca476b2aa5a8b6acd3baa640c1d7f8547140214 100644 |
--- a/Source/core/rendering/style/RenderStyle.h |
+++ b/Source/core/rendering/style/RenderStyle.h |
@@ -32,7 +32,6 @@ |
#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" |
#include "core/rendering/style/DataRef.h" |
@@ -62,6 +61,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/GraphicsTypes.h" |