| Index: third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameHost.cpp b/third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| index 16eff9d002fded7d2e91036382af7f66949baa71..6f3a4d25e9bf5b9e0b0d382f4057a1fcc49be18e 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| @@ -75,7 +75,7 @@ const Page& FrameHost::page() const {
|
| }
|
|
|
| float FrameHost::deviceScaleFactorDeprecated() const {
|
| - return m_page->deviceScaleFactor();
|
| + return m_page->deviceScaleFactorDeprecated();
|
| }
|
|
|
| BrowserControls& FrameHost::browserControls() {
|
|
|