| Index: third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| index f0a0666dc5cd348093bed689bcb2303935b133c9..a1d8f64ba408a67b3d36ea323f83fc872ce0efb9 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -24,17 +24,14 @@
|
| #define LayoutBlock_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/layout/FloatingObjects.h"
|
| -#include "core/layout/GapRects.h"
|
| #include "core/layout/LayoutBox.h"
|
| -#include "core/style/ShapeValue.h"
|
| -#include "platform/text/TextBreakIterator.h"
|
| #include "wtf/ListHashSet.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| namespace blink {
|
|
|
| struct PaintInfo;
|
| +class LineLayoutBox;
|
| class WordMeasurement;
|
|
|
| typedef WTF::ListHashSet<LayoutBox*, 16> TrackedLayoutBoxListHashSet;
|
|
|