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

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

Issue 1674323002: Detect a change in border that affects a positioned object's height or position (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 10 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 77b763034f64a4c08d3b78b1202a49479cebcd05..dc44d453e21cef580b2f5ed2930f84dd10054bca 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
@@ -491,6 +491,7 @@ protected:
unsigned m_hasPositionedObjects : 1;
unsigned m_hasPercentHeightDescendants : 1;
+ mutable unsigned m_heightAvailableToChildrenChanged : 1;
mstensho (USE GERRIT) 2016/02/17 10:19:42 Please put this next to m_widthAvailableToChildren
// LayoutRubyBase objects need to be able to split and merge, moving their children around
// (calling moveChildTo, moveAllChildrenTo, and makeChildrenNonInline).
friend class LayoutRubyBase;

Powered by Google App Engine
This is Rietveld 408576698