| Index: third_party/WebKit/Source/core/css/MediaValuesCached.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/MediaValuesCached.cpp b/third_party/WebKit/Source/core/css/MediaValuesCached.cpp
|
| index 481c282253d3ec054d11074f61c7600650a25c8c..3e7a8067fe68bb400a93bbe2d29ed1fa2cea5a99 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaValuesCached.cpp
|
| +++ b/third_party/WebKit/Source/core/css/MediaValuesCached.cpp
|
| @@ -22,8 +22,10 @@ MediaValuesCached::MediaValuesCachedData::MediaValuesCachedData(
|
| if (frame && frame->view()) {
|
| ASSERT(frame->document() && !frame->document()->layoutViewItem().isNull());
|
|
|
| - // In case that frame is missing (e.g. for images that their document does not have a frame)
|
| - // We simply leave the MediaValues object with the default MediaValuesCachedData values.
|
| + // In case that frame is missing (e.g. for images that their document does
|
| + // not have a frame)
|
| + // We simply leave the MediaValues object with the default
|
| + // MediaValuesCachedData values.
|
| viewportWidth = MediaValues::calculateViewportWidth(frame);
|
| viewportHeight = MediaValues::calculateViewportHeight(frame);
|
| deviceWidth = MediaValues::calculateDeviceWidth(frame);
|
|
|