| Index: third_party/WebKit/WebCore/rendering/RenderBlock.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/RenderBlock.h (revision 9118)
|
| +++ third_party/WebKit/WebCore/rendering/RenderBlock.h (working copy)
|
| @@ -132,6 +132,8 @@
|
|
|
| virtual void borderFitAdjust(int& x, int& w) const; // Shrink the box in which the border paints if border-fit is set.
|
|
|
| + virtual void updateBeforeAfterContent(RenderStyle::PseudoId pseudoId);
|
| +
|
| virtual InlineBox* createInlineBox(bool makePlaceHolderBox, bool isRootLineBox, bool isOnlyRun=false);
|
|
|
| // Called to lay out the legend for a fieldset.
|
|
|