Index: Source/core/dom/Node.h |
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
index a3883658317f606840058561a03e4e762d46a3b0..e4a1f5c84b3e14f0f9b0d627d82a45575e53bda3 100644 |
--- a/Source/core/dom/Node.h |
+++ b/Source/core/dom/Node.h |
@@ -28,6 +28,7 @@ |
#include "bindings/core/v8/ExceptionStatePlaceholder.h" |
#include "core/dom/MutationObserver.h" |
#include "core/dom/SimulatedClickOptions.h" |
+#include "core/dom/StyleChangeReason.h" |
#include "core/dom/TreeScope.h" |
#include "core/dom/TreeShared.h" |
#include "core/editing/EditingBoundary.h" |
@@ -354,7 +355,7 @@ public: |
void setChildNeedsStyleRecalc() { setFlag(ChildNeedsStyleRecalcFlag); } |
void clearChildNeedsStyleRecalc() { clearFlag(ChildNeedsStyleRecalcFlag); } |
- void setNeedsStyleRecalc(StyleChangeType); |
+ void setNeedsStyleRecalc(StyleChangeType, const StyleChangeReasonForTracing&); |
void clearNeedsStyleRecalc(); |
bool childNeedsDistributionRecalc() const { return getFlag(ChildNeedsDistributionRecalcFlag); } |