Index: Source/WebCore/rendering/RenderObject.h |
=================================================================== |
--- Source/WebCore/rendering/RenderObject.h (revision 126630) |
+++ Source/WebCore/rendering/RenderObject.h (working copy) |
@@ -925,6 +925,8 @@ |
virtual LayoutRect outlineBoundsForRepaint(RenderBoxModelObject* /*repaintContainer*/, LayoutPoint* /*cachedOffsetToRepaintContainer*/ = 0) const { return LayoutRect(); } |
+ virtual bool canBeReplacedWithInlineRunIn() const; |
+ |
private: |
RenderStyle* firstLineStyleSlowCase() const; |
StyleDifference adjustStyleDifference(StyleDifference, unsigned contextSensitiveProperties) const; |