| Index: third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| diff --git a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| index 0dc4a70c75c82c9f03abba9d1a6f3fcf74df97b3..bfe77bfed5ce8844ca4634ce59f15585fa66ece9 100644
|
| --- a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| +++ b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| @@ -30,7 +30,6 @@
|
| #ifndef ShapeOutsideInfo_h
|
| #define ShapeOutsideInfo_h
|
|
|
| -#include "core/layout/api/LineLayoutBlockFlow.h"
|
| #include "core/layout/shapes/Shape.h"
|
| #include "core/style/ComputedStyle.h"
|
| #include "core/style/ShapeValue.h"
|
| @@ -42,6 +41,7 @@
|
| namespace blink {
|
|
|
| class LayoutBox;
|
| +class LineLayoutBlockFlow;
|
| class FloatingObject;
|
|
|
| class ShapeOutsideDeltas final {
|
|
|