| 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;
|
|
|