| Index: third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_tree_node.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_tree_node.h b/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_tree_node.h
|
| index 6e2c913b6db0183d521b75d459f548bb528ee63c..6c445d1369363163097b80e4053d0c7434c96110 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_tree_node.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_layout_opportunity_tree_node.h
|
| @@ -5,12 +5,11 @@
|
| #ifndef NGLayoutOpportunityTreeNode_h
|
| #define NGLayoutOpportunityTreeNode_h
|
|
|
| -#include "core/layout/ng/geometry/ng_edge.h"
|
| -#include "core/layout/ng/geometry/ng_logical_rect.h"
|
| -#include "core/layout/ng/ng_exclusion.h"
|
| +#include "core/layout/ng/ng_units.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
| +
|
|
|
| // 3 node R-Tree that represents available space(left, bottom, right) or
|
| // layout opportunity after the parent spatial rectangle is split by the
|
|
|