| Index: Source/core/style/ComputedStyle.cpp
|
| diff --git a/Source/core/layout/style/ComputedStyle.cpp b/Source/core/style/ComputedStyle.cpp
|
| similarity index 99%
|
| rename from Source/core/layout/style/ComputedStyle.cpp
|
| rename to Source/core/style/ComputedStyle.cpp
|
| index d7ed3fe75be655f9d5df75a91bf2913ed557e5e2..be6750a2d58f368f365364f44fa3add27163e796 100644
|
| --- a/Source/core/layout/style/ComputedStyle.cpp
|
| +++ b/Source/core/style/ComputedStyle.cpp
|
| @@ -21,21 +21,21 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/layout/style/ComputedStyle.h"
|
| +#include "core/style/ComputedStyle.h"
|
|
|
| #include "core/css/resolver/StyleResolver.h"
|
| #include "core/layout/LayoutTheme.h"
|
| #include "core/layout/TextAutosizer.h"
|
| -#include "core/layout/style/AppliedTextDecoration.h"
|
| -#include "core/layout/style/BorderEdge.h"
|
| -#include "core/layout/style/ContentData.h"
|
| -#include "core/layout/style/DataEquivalency.h"
|
| -#include "core/layout/style/ComputedStyleConstants.h"
|
| -#include "core/layout/style/PathStyleMotionPath.h"
|
| -#include "core/layout/style/QuotesData.h"
|
| -#include "core/layout/style/ShadowList.h"
|
| -#include "core/layout/style/StyleImage.h"
|
| -#include "core/layout/style/StyleInheritedData.h"
|
| +#include "core/style/AppliedTextDecoration.h"
|
| +#include "core/style/BorderEdge.h"
|
| +#include "core/style/ContentData.h"
|
| +#include "core/style/DataEquivalency.h"
|
| +#include "core/style/ComputedStyleConstants.h"
|
| +#include "core/style/PathStyleMotionPath.h"
|
| +#include "core/style/QuotesData.h"
|
| +#include "core/style/ShadowList.h"
|
| +#include "core/style/StyleImage.h"
|
| +#include "core/style/StyleInheritedData.h"
|
| #include "platform/LengthFunctions.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/fonts/Font.h"
|
|
|