| Index: third_party/WebKit/Source/core/paint/RootInlineBoxPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/RootInlineBoxPainter.cpp b/third_party/WebKit/Source/core/paint/RootInlineBoxPainter.cpp
|
| index 4e9510bc7c5fb4e9f9bc7b48ef8010fae88e5dbb..8c6bda6f69c7ad700fc8a424a12921d131df9df5 100644
|
| --- a/third_party/WebKit/Source/core/paint/RootInlineBoxPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/RootInlineBoxPainter.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "core/paint/RootInlineBoxPainter.h"
|
|
|
| +#include "core/layout/api/LineLayoutAPIShim.h"
|
| #include "core/layout/line/EllipsisBox.h"
|
| #include "core/layout/line/RootInlineBox.h"
|
| -#include "core/paint/LineLayoutPaintShim.h"
|
| #include "core/paint/PaintInfo.h"
|
|
|
| namespace blink {
|
|
|