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

Unified Diff: third_party/WebKit/Source/core/dom/CSSSelectorWatch.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/CSSSelectorWatch.h
diff --git a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
index b6273473fdb6633473f2b600d1210618205c3c3f..e7aec51880264a7f68a7b32086e2d135c0ed6793 100644
--- a/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
+++ b/third_party/WebKit/Source/core/dom/CSSSelectorWatch.h
@@ -82,8 +82,10 @@ class CORE_EXPORT CSSSelectorWatch final
Timer<CSSSelectorWatch> m_callbackSelectorChangeTimer;
- // When an element is reparented, the new location's style is evaluated after the expriation of the relayout timer.
- // We don't want to send redundant callbacks to the embedder, so this counter lets us wait another time around the event loop.
+ // When an element is reparented, the new location's style is evaluated after
+ // the expriation of the relayout timer. We don't want to send redundant
+ // callbacks to the embedder, so this counter lets us wait another time around
+ // the event loop.
int m_timerExpirations;
friend class CSSSelectorWatchTest;
« no previous file with comments | « third_party/WebKit/Source/core/dom/AttributeCollection.h ('k') | third_party/WebKit/Source/core/dom/CharacterData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698