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

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: minimize diff 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..c835b17e921b5bd90a0ec925562e1e72f0b00266 100644
--- a/Source/core/css/invalidation/DescendantInvalidationSet.h
+++ b/Source/core/css/invalidation/DescendantInvalidationSet.h
@@ -74,6 +74,9 @@ public:
void trace(Visitor*);
+ // toString() is for debugging and tracing use only.
+ String toString() const;
pdr. 2014/09/30 02:08:49 Lets make it hard to use for anything else as a co
kouhei (in TOK) 2014/09/30 02:22:00 The tricky point is that this is also used inside
pdr. 2014/09/30 03:21:57 show() is just for debugging though and is not use
kouhei (in TOK) 2014/09/30 03:44:05 Done.
+
#ifndef NDEBUG
void show() const;
#endif

Powered by Google App Engine
This is Rietveld 408576698