https://bugs.webkit.org/show_bug.cgi?id=79389
Patch by Rob Arnold <robarnold@fb.com> on 2012-03-26
Reviewed by Simon Fraser.
No new tests. Existing tests cover correctness, not sure how to test for performance.
* dom/Element.cpp:
(WebCore::Element::recalcStyle):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@112155
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-26 Rob Arnold <robarnold@fb.com>
+
+ SyntheticStyleCalc on an element should not force recalculation on its children
+ https://bugs.webkit.org/show_bug.cgi?id=79389
+
+ Reviewed by Simon Fraser.
+
+ No new tests. Existing tests cover correctness, not sure how to test for performance.
+
+ * dom/Element.cpp:
+ (WebCore::Element::recalcStyle):
+
2012-03-26 Tony Chang <tony@chromium.org>
apply cross axis constraints before aligning children in flexbox
}
if (change != Force) {
- if (styleChangeType() >= FullStyleChange)
+ if (styleChangeType() == FullStyleChange)
change = Force;
else
change = ch;