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