| Index: Source/WebCore/rendering/RenderTableCell.h
|
| ===================================================================
|
| --- Source/WebCore/rendering/RenderTableCell.h (revision 115615)
|
| +++ Source/WebCore/rendering/RenderTableCell.h (working copy)
|
| @@ -139,6 +139,10 @@
|
| void setCellWidthChanged(bool b = true) { m_cellWidthChanged = b; }
|
|
|
| static RenderTableCell* createAnonymousWithParentRenderer(const RenderObject*);
|
| + virtual RenderBox* createAnonymousBoxWithSameTypeAs(const RenderObject* parent) const OVERRIDE
|
| + {
|
| + return createAnonymousWithParentRenderer(parent);
|
| + }
|
|
|
| protected:
|
| virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
|
|
|