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

Unified Diff: third_party/WebKit/Source/platform/mediastream/MediaStreamSource.h

Issue 2387053003: reflow comments in platform/{mediastream,scroll} (Closed)
Patch Set: blah 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/platform/mediastream/MediaStreamSource.h
diff --git a/third_party/WebKit/Source/platform/mediastream/MediaStreamSource.h b/third_party/WebKit/Source/platform/mediastream/MediaStreamSource.h
index 86585c471c11727b0158b72308b93c3e33378311..ea1069e3666639965e1d39bd57b65da74e279c8a 100644
--- a/third_party/WebKit/Source/platform/mediastream/MediaStreamSource.h
+++ b/third_party/WebKit/Source/platform/mediastream/MediaStreamSource.h
@@ -104,8 +104,9 @@ class PLATFORM_EXPORT MediaStreamSource final
return m_audioConsumers;
}
- // |m_extraData| may hold pointers to GC objects, and it may touch them in destruction.
- // So this class is eagerly finalized to finalize |m_extraData| promptly.
+ // |m_extraData| may hold pointers to GC objects, and it may touch them in
+ // destruction. So this class is eagerly finalized to finalize |m_extraData|
+ // promptly.
EAGERLY_FINALIZE();
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698