| 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 75c3a53d281d2517bad8d42ef3c8006086aa9c88..e101a243685509de0dd4e2fbbf2fcb40b3fde802 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaValuesCached.cpp
|
| +++ b/third_party/WebKit/Source/core/css/MediaValuesCached.cpp
|
| @@ -161,13 +161,9 @@ bool MediaValuesCached::hasValues() const
|
| return true;
|
| }
|
|
|
| -void MediaValuesCached::setViewportWidth(double width)
|
| +void MediaValuesCached::overrideViewportDimensions(double width, double height)
|
| {
|
| m_data.viewportWidth = width;
|
| -}
|
| -
|
| -void MediaValuesCached::setViewportHeight(double height)
|
| -{
|
| m_data.viewportHeight = height;
|
| }
|
|
|
|
|