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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBlock.h

Issue 2100343002: Calc overflow on positioned descendants of tables (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@621612-2
Patch Set: bug 619510 Created 4 years, 6 months 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: third_party/WebKit/Source/core/layout/LayoutBlock.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
index 413f0402a1a76c9697cca40fd2d5d6747703553e..7bae52d53cb095714bd28ad9b711e57f8a79c5fc 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
@@ -228,6 +228,7 @@ public:
protected:
bool recalcNormalFlowChildOverflowIfNeeded(LayoutObject*);
+ bool recalcPositionedDescendantsOverflowAfterStyleChange();
public:
virtual bool recalcChildOverflowAfterStyleChange();
bool recalcOverflowAfterStyleChange();

Powered by Google App Engine
This is Rietveld 408576698