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

Unified Diff: Source/core/rendering/RenderTableSection.h

Issue 744493002: Let RenderTable reach table cells needing overflow recalc (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix layout test crash Created 6 years, 1 month 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/core/rendering/RenderTableSection.h
diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h
index b9480d6a6b3215d8465264bbaced89f262f4d57e..6826e8662aaf03369ccd4c5cbf846d99370a0e3c 100644
--- a/Source/core/rendering/RenderTableSection.h
+++ b/Source/core/rendering/RenderTableSection.h
@@ -84,6 +84,7 @@ public:
int calcRowLogicalHeight();
void layoutRows();
void computeOverflowFromCells();
+ bool recalcOverflowForCellsAfterStyleChange();
RenderTable* table() const { return toRenderTable(parent()); }

Powered by Google App Engine
This is Rietveld 408576698