| Index: third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h b/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
|
| index 63df185f9a26143c06c3da8cc1705b065bf15092..86b8c1d5c9153062b352ccf23340b105285d40ca 100644
|
| --- a/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
|
| @@ -32,12 +32,16 @@
|
| #define FlexibleBoxAlgorithm_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/layout/LayoutBox.h"
|
| #include "core/layout/OrderIterator.h"
|
| +#include "core/style/ComputedStyle.h"
|
| +#include "platform/LayoutUnit.h"
|
| #include "wtf/Noncopyable.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
| +class LayoutBox;
|
| +
|
| class FlexItem {
|
| public:
|
| FlexItem(LayoutBox*,
|
|
|