| 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 42b04597cdb74720db1c04f869e1e4a14875e0ae..aa04f2cf2f89c5bc752b8727ba87d39284280a82 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| @@ -119,7 +119,7 @@ const Deprecation& FrameHost::deprecation() const
|
| return m_page->deprecation();
|
| }
|
|
|
| -float FrameHost::deviceScaleFactor() const
|
| +float FrameHost::deviceScaleFactorDeprecated() const
|
| {
|
| return m_page->deviceScaleFactor();
|
| }
|
|
|