Index: Source/WebCore/rendering/RenderTableCell.h |
=================================================================== |
--- Source/WebCore/rendering/RenderTableCell.h (revision 103315) |
+++ Source/WebCore/rendering/RenderTableCell.h (working copy) |
@@ -154,6 +154,7 @@ |
void setCellWidthChanged(bool b = true) { m_cellWidthChanged = b; } |
protected: |
+ virtual void styleWillChange(StyleDifference, const RenderStyle* newStyle); |
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle); |
private: |