| Index: third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.h b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| index 67010a9a35e0bfc0a414d0158fe58f9c538774ca..efdf62996639074f48e06bfe6fc982719016485c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -98,6 +98,8 @@ public:
|
| return direction == ForColumns ? m_autoRepeatColumns : m_autoRepeatRows;
|
| }
|
|
|
| + LayoutUnit translateRTLCoordinate(LayoutUnit) const;
|
| +
|
| private:
|
| bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectLayoutGrid || LayoutBlock::isOfType(type); }
|
| void computeIntrinsicLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) const override;
|
|
|