| 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
|
|
|