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

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

Issue 547823002: Track reasons for |Node::SetNeedsStyleRecalc| (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: reasons as tuple Created 6 years, 3 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/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index ef01a2fa54ab44f6d56ecd6c05eda67672313bce..095619ce0595bfcb98aa289d52e2cb9475538602 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -313,7 +313,7 @@ public:
virtual RenderObject* createRenderer(RenderStyle*);
virtual bool rendererIsNeeded(const RenderStyle&);
void recalcStyle(StyleRecalcChange, Text* nextTextSibling = 0);
- void didAffectSelector(AffectedSelectorMask);
+ void didAffectSelector(const StyleChangeReasonForTracing&, AffectedSelectorMask);
void setAnimationStyleChange(bool);
void setNeedsAnimationStyleRecalc();

Powered by Google App Engine
This is Rietveld 408576698