| Index: third_party/WebKit/Source/core/layout/ng/ng_unpositioned_float.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_unpositioned_float.h b/third_party/WebKit/Source/core/layout/ng/ng_unpositioned_float.h
|
| index 8cc4caefbf170b7c74ca5fb820b4ff408941cb16..c57d842e4b12c68e78339e99afc3287e0a98533f 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_unpositioned_float.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_unpositioned_float.h
|
| @@ -10,6 +10,7 @@
|
| #include "core/layout/ng/ng_block_break_token.h"
|
| #include "core/layout/ng/ng_block_node.h"
|
| #include "core/layout/ng/ng_exclusion.h"
|
| +#include "core/style/ComputedStyleConstants.h"
|
| #include "platform/wtf/Optional.h"
|
| #include "platform/wtf/RefPtr.h"
|
|
|
| @@ -89,6 +90,7 @@ struct CORE_EXPORT NGUnpositionedFloat
|
|
|
| bool IsLeft() const;
|
| bool IsRight() const;
|
| + EClear ClearType() const;
|
|
|
| private:
|
| NGUnpositionedFloat(const NGBoxStrut& margins,
|
|
|