Index: Source/core/rendering/style/RenderStyle.h |
diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h |
index 843774d22134090d0ff993aa7fd8b8b6cd65a9ed..0349913b4ebcac1683b52fc5db72165a4231f984 100644 |
--- a/Source/core/rendering/style/RenderStyle.h |
+++ b/Source/core/rendering/style/RenderStyle.h |
@@ -33,7 +33,6 @@ |
#include "core/platform/animation/CSSAnimationDataList.h" |
#include "core/platform/graphics/Color.h" |
#include "core/platform/graphics/FontDescription.h" |
-#include "core/platform/graphics/GraphicsTypes.h" |
#include "core/platform/graphics/transforms/TransformOperations.h" |
#include "core/rendering/style/BorderValue.h" |
#include "core/rendering/style/CounterDirectives.h" |
@@ -66,6 +65,7 @@ |
#include "platform/fonts/FontBaseline.h" |
#include "platform/geometry/LayoutBoxExtent.h" |
#include "platform/geometry/RoundedRect.h" |
+#include "platform/graphics/GraphicsTypes.h" |
#include "platform/text/TextDirection.h" |
#include "platform/text/UnicodeBidi.h" |
#include "wtf/Forward.h" |