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 742eaa859376472872daaa4def93e7e7fc7176e8..d8d996e39dce6efa989ea68a861c278d7ee7cafb 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutGrid.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h |
@@ -93,6 +93,8 @@ public: |
return m_gridItemsIndexesMap.get(layoutBox); |
} |
+ 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; |