| Index: third_party/WebKit/Source/core/layout/ng/ng_derived_constraint_space.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_derived_constraint_space.h b/third_party/WebKit/Source/core/layout/ng/ng_derived_constraint_space.h
|
| index 44e738344b50a1a96de808010a7872e998d6f619..5dc1c7fa591ee1ed2d2028caa1f9fb73efd63077 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_derived_constraint_space.h
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_derived_constraint_space.h
|
| @@ -17,8 +17,8 @@ class CORE_EXPORT NGDerivedConstraintSpace final : public NGConstraintSpace {
|
| public:
|
| ~NGDerivedConstraintSpace();
|
|
|
| - LayoutUnit offset() const { return offset_; }
|
| - LayoutUnit size() const { return size_; }
|
| + NGLogicalOffset offset() const { return offset_; }
|
| + NGLogicalSize size() const { return size_; }
|
|
|
| private:
|
| NGDerivedConstraintSpace(const NGConstraintSpace* original,
|
|
|