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

Unified Diff: third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.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/MediaStreamDescriptor.h
diff --git a/third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h b/third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h
index bad069b2ad3df9b4f180d687f396448289bc61fa..7e6dee03ded0e52f13b0d20ae4f2aa530be3ef05 100644
--- a/third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h
+++ b/third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h
@@ -105,8 +105,9 @@ class PLATFORM_EXPORT MediaStreamDescriptor final
m_extraData = std::move(extraData);
}
- // |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