| Index: Source/core/layout/LayoutRubyText.h
|
| diff --git a/Source/core/layout/LayoutRubyText.h b/Source/core/layout/LayoutRubyText.h
|
| index 6a4483e0c46ce319404b936d895db8a4f4c5357f..0d84a43adf8a34a6e13fca1c3e1ec3c48d7a9ad8 100644
|
| --- a/Source/core/layout/LayoutRubyText.h
|
| +++ b/Source/core/layout/LayoutRubyText.h
|
| @@ -50,7 +50,7 @@ private:
|
| virtual bool avoidsFloats() const override;
|
|
|
| virtual ETextAlign textAlignmentForLine(bool endsWithSoftBreak) const override;
|
| - virtual void adjustInlineDirectionLineBounds(unsigned expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const override;
|
| + virtual void adjustInlineDirectionLineBounds(unsigned expansionOpportunityCount, LayoutUnit& logicalLeft, LayoutUnit& logicalWidth) const override;
|
| };
|
|
|
| } // namespace blink
|
|
|