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

Unified Diff: third_party/WebKit/Source/core/css/MediaQueryEvaluator.h

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/MediaQueryEvaluator.h
diff --git a/third_party/WebKit/Source/core/css/MediaQueryEvaluator.h b/third_party/WebKit/Source/core/css/MediaQueryEvaluator.h
index 8e61df274940bbe2c175eab9681f1136af6d047d..695117ec8c60b8f9b79f96c08912ced6807f3d3c 100644
--- a/third_party/WebKit/Source/core/css/MediaQueryEvaluator.h
+++ b/third_party/WebKit/Source/core/css/MediaQueryEvaluator.h
@@ -50,8 +50,8 @@ using MediaQueryResultList = HeapVector<Member<MediaQueryResult>>;
// right after parsing.
//
// the boolean parameter is used to approximate results of evaluation, if
-// the device characteristics are not known. This can be used to prune the loading
-// of stylesheets to only those which are probable to match.
+// the device characteristics are not known. This can be used to prune the
+// loading of stylesheets to only those which are probable to match.
class CORE_EXPORT MediaQueryEvaluator final
: public GarbageCollectedFinalized<MediaQueryEvaluator> {
@@ -67,8 +67,8 @@ class CORE_EXPORT MediaQueryEvaluator final
explicit MediaQueryEvaluator(bool mediaFeatureResult = false);
// Creates evaluator which evaluates only simple media queries
- // Evaluator returns true for acceptedMediaType and returns value of \mediafeatureResult
- // for any media features.
+ // Evaluator returns true for acceptedMediaType and returns value of
+ // \mediafeatureResult for any media features.
MediaQueryEvaluator(const char* acceptedMediaType,
bool mediaFeatureResult = false);
@@ -76,7 +76,8 @@ class CORE_EXPORT MediaQueryEvaluator final
// Creates evaluator which evaluates full media queries.
explicit MediaQueryEvaluator(LocalFrame*);
- // Creates evaluator which evaluates in a thread-safe manner a subset of media values.
+ // Creates evaluator which evaluates in a thread-safe manner a subset of media
+ // values.
explicit MediaQueryEvaluator(const MediaValues&);
~MediaQueryEvaluator();
« no previous file with comments | « third_party/WebKit/Source/core/css/MediaQuery.cpp ('k') | third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698