| Index: third_party/WebKit/Source/core/frame/DOMVisualViewport.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMVisualViewport.cpp b/third_party/WebKit/Source/core/frame/DOMVisualViewport.cpp
|
| index f92bf080538be105d51cfe274623ca9dcffa07e5..a7eb17a9cde81d391a5ebc2f8b5f86381e354453 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMVisualViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMVisualViewport.cpp
|
| @@ -122,7 +122,7 @@ double DOMVisualViewport::clientHeight()
|
| return 0;
|
| }
|
|
|
| -double DOMVisualViewport::pageScale()
|
| +double DOMVisualViewport::scale()
|
| {
|
| LocalFrame* frame = m_window->frame();
|
| if (!frame)
|
|
|