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

Unified Diff: third_party/WebKit/Source/core/css/MediaQuery.cpp

Issue 2392343005: Reflow comments in core/css (Closed)
Patch Set: Revert clang-format 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/css/MediaQuery.cpp
diff --git a/third_party/WebKit/Source/core/css/MediaQuery.cpp b/third_party/WebKit/Source/core/css/MediaQuery.cpp
index 2d304996e1530da976ad44426771c3989cc174b4..7ebe1b6536dd6d6ac0c5878d311748aa0cb09122 100644
--- a/third_party/WebKit/Source/core/css/MediaQuery.cpp
+++ b/third_party/WebKit/Source/core/css/MediaQuery.cpp
@@ -131,8 +131,10 @@ String MediaQuery::cssText() const {
}
DEFINE_TRACE(MediaQuery) {
- // We don't support tracing of vectors of OwnPtrs (ie. std::unique_ptr<Vector<std::unique_ptr<MediaQuery>>>).
- // Since this is a transitional object we are just ifdef'ing it out when oilpan is not enabled.
+ // We don't support tracing of vectors of OwnPtrs (ie.
+ // std::unique_ptr<Vector<std::unique_ptr<MediaQuery>>>).
+ // Since this is a transitional object we are just ifdef'ing it out when
+ // oilpan is not enabled.
visitor->trace(m_expressions);
}
« no previous file with comments | « third_party/WebKit/Source/core/css/MediaList.cpp ('k') | third_party/WebKit/Source/core/css/MediaQueryEvaluator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698