| 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 c49e6730ba31811edb5edc818cbd6298dca95d49..f51f59f81270df6c8119f5902d7a7a78cba8f5f1 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
|
| @@ -43,6 +43,7 @@ class CORE_EXPORT NGConstraintSpace
|
| NGLogicalSize container_size);
|
|
|
| NGPhysicalConstraintSpace* PhysicalSpace() const { return physical_space_; }
|
| +
|
| NGWritingMode WritingMode() const {
|
| return static_cast<NGWritingMode>(writing_mode_);
|
| }
|
|
|