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

Unified Diff: Source/core/dom/Node.h

Issue 15680005: Element::recalcStyle() overly reattach()-es InsertionPoints. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated test and test expectations Created 7 years, 7 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: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 8d8d1dea0efe74b991b8bae19269f2bb0a2f9411..40bdaea355cbafe9c702170e5fe0aae91e5f82b2 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -791,6 +791,8 @@ private:
// Used to share code between lazyAttach and setNeedsStyleRecalc.
void markAncestorsWithChildNeedsStyleRecalc();
+ void markDistributionsWithNeedsStyleRecalc();
+ void propagateStyleRecalcMarking();
virtual void refEventTarget();
virtual void derefEventTarget();

Powered by Google App Engine
This is Rietveld 408576698