Index: Source/WebCore/rendering/RenderInline.h |
=================================================================== |
--- Source/WebCore/rendering/RenderInline.h (revision 92736) |
+++ Source/WebCore/rendering/RenderInline.h (working copy) |
@@ -81,7 +81,7 @@ |
bool alwaysCreateLineBoxes() const { return m_alwaysCreateLineBoxes; } |
void setAlwaysCreateLineBoxes() { m_alwaysCreateLineBoxes = true; } |
- void updateAlwaysCreateLineBoxes(); |
+ void updateAlwaysCreateLineBoxes(bool fullLayout); |
protected: |
virtual void willBeDestroyed(); |