| Index: Source/core/layout/LayoutRubyBase.h
|
| diff --git a/Source/core/layout/LayoutRubyBase.h b/Source/core/layout/LayoutRubyBase.h
|
| index c6813b33b1e969debd39f507544c22e44dcf1b4d..76cb4a4005850b14b00ba5c8886050d5e6c295b3 100644
|
| --- a/Source/core/layout/LayoutRubyBase.h
|
| +++ b/Source/core/layout/LayoutRubyBase.h
|
| @@ -55,9 +55,9 @@ private:
|
| virtual ETextAlign textAlignmentForLine(bool endsWithSoftBreak) const override;
|
| virtual void adjustInlineDirectionLineBounds(unsigned expansionOpportunityCount, LayoutUnit& logicalLeft, LayoutUnit& logicalWidth) const override;
|
|
|
| - void moveChildren(LayoutRubyBase* toBase, LayoutObject* beforeChild = 0);
|
| - void moveInlineChildren(LayoutRubyBase* toBase, LayoutObject* beforeChild = 0);
|
| - void moveBlockChildren(LayoutRubyBase* toBase, LayoutObject* beforeChild = 0);
|
| + void moveChildren(LayoutRubyBase* toBase, LayoutObject* beforeChild = nullptr);
|
| + void moveInlineChildren(LayoutRubyBase* toBase, LayoutObject* beforeChild = nullptr);
|
| + void moveBlockChildren(LayoutRubyBase* toBase, LayoutObject* beforeChild = nullptr);
|
|
|
| // Allow LayoutRubyRun to manipulate the children within ruby bases.
|
| friend class LayoutRubyRun;
|
|
|