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

Unified Diff: third_party/WebKit/Source/core/css/MediaValuesDynamic.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/MediaValuesDynamic.h
diff --git a/third_party/WebKit/Source/core/css/MediaValuesDynamic.h b/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
index 8e3a9a0e4a8c5a101b6f8d7e342e339759891df9..7369bc185ee0356221f26691351f42dd545d4e92 100644
--- a/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
+++ b/third_party/WebKit/Source/core/css/MediaValuesDynamic.h
@@ -51,8 +51,8 @@ class MediaValuesDynamic final : public MediaValues {
double viewportWidth,
double viewportHeight);
- // This raw ptr is safe, as MediaValues would not outlive MediaQueryEvaluator, and
- // MediaQueryEvaluator is reset on |Document::detachLayoutTree|.
+ // This raw ptr is safe, as MediaValues would not outlive MediaQueryEvaluator,
+ // and MediaQueryEvaluator is reset on |Document::detachLayoutTree|.
Member<LocalFrame> m_frame;
bool m_viewportDimensionsOverridden;
double m_viewportWidthOverride;
« no previous file with comments | « third_party/WebKit/Source/core/css/MediaValuesCached.cpp ('k') | third_party/WebKit/Source/core/css/PageRuleCollector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698