Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: Source/WebCore/rendering/RenderTableCell.h

Issue 8989014: Revert 99212 - Stop abusing RenderTableSection::needsRecalcCells logic (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698