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

Unified Diff: Source/core/css/invalidation/DescendantInvalidationSet.cpp

Issue 669033002: [Invalidation Tracking] Include DescendantInvalidationSet id in trace events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/core/inspector/InspectorTraceEvents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/invalidation/DescendantInvalidationSet.cpp
diff --git a/Source/core/css/invalidation/DescendantInvalidationSet.cpp b/Source/core/css/invalidation/DescendantInvalidationSet.cpp
index 692d6bf1a0a6d39f154f0dc6152dcec918308ba4..8b3f01f54ebb3b1c4c55ae829c4b29cbace025dd 100644
--- a/Source/core/css/invalidation/DescendantInvalidationSet.cpp
+++ b/Source/core/css/invalidation/DescendantInvalidationSet.cpp
@@ -221,6 +221,8 @@ void DescendantInvalidationSet::toTracedValue(TracedValue* value) const
{
value->beginDictionary();
+ value->setString("id", descendantInvalidationSetToIdString(*this));
+
if (m_allDescendantsMightBeInvalid)
value->setBoolean("allDescendantsMightBeInvalid", true);
if (m_customPseudoInvalid)
« no previous file with comments | « no previous file | Source/core/inspector/InspectorTraceEvents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698