| Index: third_party/WebKit/Source/core/css/MediaValuesDynamic.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/MediaValuesDynamic.cpp b/third_party/WebKit/Source/core/css/MediaValuesDynamic.cpp
|
| index a222f9d509ae9013bb620f9fcee9de96a7400856..eaf80b50f685e12283b2b86d28e510c7e8813ff0 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaValuesDynamic.cpp
|
| +++ b/third_party/WebKit/Source/core/css/MediaValuesDynamic.cpp
|
| @@ -62,12 +62,12 @@ bool MediaValuesDynamic::isSafeToSendToAnotherThread() const
|
| return false;
|
| }
|
|
|
| -int MediaValuesDynamic::viewportWidth() const
|
| +double MediaValuesDynamic::viewportWidth() const
|
| {
|
| return calculateViewportWidth(m_frame);
|
| }
|
|
|
| -int MediaValuesDynamic::viewportHeight() const
|
| +double MediaValuesDynamic::viewportHeight() const
|
| {
|
| return calculateViewportHeight(m_frame);
|
| }
|
|
|