| Index: third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
|
| index 115d6247b448d717c59b66e7dd9ebaafb087efb6..7124e1a2959180fabac75cea8d7fabaa93838c69 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
|
| @@ -108,7 +108,7 @@ class CORE_EXPORT NGConstraintSpace final
|
| void Subtract(const NGFragment*);
|
|
|
| NGLayoutOpportunityIterator* LayoutOpportunities(
|
| - unsigned clear = NGClearNone,
|
| + unsigned clear = kNGClearNone,
|
| bool for_inline_or_bfc = false);
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() { visitor->trace(physical_space_); }
|
|
|