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