Chromium Code Reviews| 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 d563e877d53e887141143c84b868910572ef1168..304fc0aa52a3b620ffac7fef9b5e5f2c662f0c83 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h |
| @@ -183,7 +183,8 @@ class LayoutGrid final : public LayoutBlock { |
| void layoutGridItems(GridSizingData&); |
| void prepareChildForPositionedLayout(LayoutBox&); |
| - void layoutPositionedObjects( |
| + void layoutPositionedObject( |
|
jfernandez
2016/11/18 16:18:22
Better keep overriding the layoutPositionedObjects
|
| + LayoutBox*, |
| bool relayoutChildren, |
| PositionedLayoutBehavior = DefaultLayout) override; |
| void offsetAndBreadthForPositionedChild(const LayoutBox&, |