| Index: Source/core/paint/TextPainter.cpp
|
| diff --git a/Source/core/paint/TextPainter.cpp b/Source/core/paint/TextPainter.cpp
|
| index c76e02eed559d48c4d4df36aee54d6fbfb406634..54eb54abb79f4bacf778688364a758ba724c3e9c 100644
|
| --- a/Source/core/paint/TextPainter.cpp
|
| +++ b/Source/core/paint/TextPainter.cpp
|
| @@ -10,8 +10,8 @@
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/layout/LayoutTextCombine.h"
|
| #include "core/layout/line/InlineTextBox.h"
|
| -#include "core/layout/style/ComputedStyle.h"
|
| -#include "core/layout/style/ShadowList.h"
|
| +#include "core/style/ComputedStyle.h"
|
| +#include "core/style/ShadowList.h"
|
| #include "platform/fonts/Font.h"
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/GraphicsContextStateSaver.h"
|
|
|