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

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

Issue 580373002: [Invalidation Tracking] Trace StyleInvalidator setNeedsStyleRecalc (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased 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/css/invalidation/DescendantInvalidationSet.h
diff --git a/Source/core/css/invalidation/DescendantInvalidationSet.h b/Source/core/css/invalidation/DescendantInvalidationSet.h
index 64f06b126ffc6120ca615a85cf434e07172a8f19..884a87fa09cb1fa494c4cf90d8d4196ae50d84c1 100644
--- a/Source/core/css/invalidation/DescendantInvalidationSet.h
+++ b/Source/core/css/invalidation/DescendantInvalidationSet.h
@@ -42,6 +42,7 @@
namespace blink {
class Element;
+class TracedValue;
// Tracks data to determine which elements of a DOM subtree need to have style
// recalculated.
@@ -74,6 +75,8 @@ public:
void trace(Visitor*);
+ void toTracedValue(TracedValue*) const;
+
#ifndef NDEBUG
void show() const;
#endif

Powered by Google App Engine
This is Rietveld 408576698