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

Unified Diff: third_party/WebKit/Source/core/dom/ElementVisibilityObserver.cpp

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/ElementVisibilityObserver.cpp
diff --git a/third_party/WebKit/Source/core/dom/ElementVisibilityObserver.cpp b/third_party/WebKit/Source/core/dom/ElementVisibilityObserver.cpp
index 61b8d03def5d58b9e44db8347b47a1527722fde3..bc89685625512349292d08598c43475682674874 100644
--- a/third_party/WebKit/Source/core/dom/ElementVisibilityObserver.cpp
+++ b/third_party/WebKit/Source/core/dom/ElementVisibilityObserver.cpp
@@ -48,7 +48,8 @@ void ElementVisibilityObserver::start() {
void ElementVisibilityObserver::stop() {
// TODO(zqzhang): IntersectionObserver does not work for RemoteFrame,
// so |m_intersectionObserver| may be null at this point after start().
- // Replace this early return with DCHECK when this has been fixed. See https://crbug.com/615156
+ // Replace this early return with DCHECK when this has been fixed. See
+ // https://crbug.com/615156
if (!m_intersectionObserver)
return;
« no previous file with comments | « third_party/WebKit/Source/core/dom/ElementTraversal.h ('k') | third_party/WebKit/Source/core/dom/ExceptionCode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698