Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp

Issue 2398833004: Reflow comments in core/css/invalidation. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp
diff --git a/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp b/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp
index 902b50d4f0e8629606c067a4551eac52ef3c96f0..41e4dfb56943a3d88924e142b09287aedbbbc98a 100644
--- a/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp
+++ b/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp
@@ -130,7 +130,8 @@ void InvalidationSet::combine(const InvalidationSet& other) {
if (other.invalidatesSelf())
setInvalidatesSelf();
- // No longer bother combining data structures, since the whole subtree is deemed invalid.
+ // No longer bother combining data structures, since the whole subtree is
+ // deemed invalid.
if (wholeSubtreeInvalid())
return;

Powered by Google App Engine