| Index: third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h b/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| index 40b4979a70fbbeaf40185794551e9b1e9b2f0e38..00d5b68c80c45428ff508c9cf480c8781b7ada8d 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_physical_constraint_space.h
|
| @@ -26,8 +26,6 @@ enum NGFragmentationType {
|
| FragmentRegion
|
| };
|
|
|
| -enum NGDirection { LeftToRight = 0, RightToLeft = 1 };
|
| -
|
| class NGExclusion {
|
| public:
|
| NGExclusion();
|
|
|