Index: Source/WebCore/rendering/RenderRubyText.h |
=================================================================== |
--- Source/WebCore/rendering/RenderRubyText.h (revision 96018) |
+++ Source/WebCore/rendering/RenderRubyText.h (working copy) |
@@ -49,6 +49,8 @@ |
virtual void updateBeforeAfterContent(PseudoId); |
private: |
+ virtual bool avoidsFloats() const; |
+ |
virtual ETextAlign textAlignmentForLine(bool endsWithSoftBreak) const; |
virtual void adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalLeft, float& logicalWidth) const; |
}; |