| Index: Source/core/paint/BoxDecorationData.cpp
|
| diff --git a/Source/core/paint/BoxDecorationData.cpp b/Source/core/paint/BoxDecorationData.cpp
|
| index 56ac768524ac9333786b1103f74fede278b8d54c..370311d2ceaaa95fa07f7340222ffa3a7895e294 100644
|
| --- a/Source/core/paint/BoxDecorationData.cpp
|
| +++ b/Source/core/paint/BoxDecorationData.cpp
|
| @@ -6,8 +6,8 @@
|
| #include "core/paint/BoxDecorationData.h"
|
|
|
| #include "core/layout/LayoutBox.h"
|
| -#include "core/layout/style/BorderEdge.h"
|
| -#include "core/layout/style/ComputedStyle.h"
|
| +#include "core/style/BorderEdge.h"
|
| +#include "core/style/ComputedStyle.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
|
|
|
|