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

Unified Diff: third_party/WebKit/Source/core/dom/IntersectionObserverController.h

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. Created 4 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
Index: third_party/WebKit/Source/core/dom/IntersectionObserverController.h
diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
index 36fbc1fa204a07fb702863f2b768799223da8bc7..59e994b2fc88e1d9e53f51bac4e46e1cba6949e4 100644
--- a/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
+++ b/third_party/WebKit/Source/core/dom/IntersectionObserverController.h
@@ -43,7 +43,8 @@ class IntersectionObserverController
private:
// IntersectionObservers for which this is the tracking document.
HeapHashSet<WeakMember<IntersectionObserver>> m_trackedIntersectionObservers;
- // IntersectionObservers for which this is the execution context of the callback.
+ // IntersectionObservers for which this is the execution context of the
+ // callback.
HeapHashSet<Member<IntersectionObserver>> m_pendingIntersectionObservers;
WTF::WeakPtrFactory<IntersectionObserverController> m_weakPtrFactory;

Powered by Google App Engine
This is Rietveld 408576698