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

Unified Diff: third_party/WebKit/Source/core/css/MediaValuesCached.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/MediaValuesCached.h
diff --git a/third_party/WebKit/Source/core/css/MediaValuesCached.h b/third_party/WebKit/Source/core/css/MediaValuesCached.h
index 1bcfc5964853a9a70a34b2909be7fd6b0bc0ba82..2e2bbc867b3c12981ebcf88c66e455a78e878cba 100644
--- a/third_party/WebKit/Source/core/css/MediaValuesCached.h
+++ b/third_party/WebKit/Source/core/css/MediaValuesCached.h
@@ -14,7 +14,8 @@ class CORE_EXPORT MediaValuesCached final : public MediaValues {
public:
struct MediaValuesCachedData final {
DISALLOW_NEW();
- // Members variables must be thread safe, since they're copied to the parser thread
+ // Members variables must be thread safe, since they're copied to the parser
+ // thread
double viewportWidth;
double viewportHeight;
int deviceWidth;
« no previous file with comments | « third_party/WebKit/Source/core/css/MediaValues.cpp ('k') | third_party/WebKit/Source/core/css/MediaValuesCached.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698