| 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 af75ed70d88eae9f003ae9b982d03c9ae78c3765..2534fbd4dc881009eb4a37c1a13058615b632f45 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| @@ -82,14 +82,6 @@ const UseCounter& FrameHost::useCounter() const {
|
| return m_page->useCounter();
|
| }
|
|
|
| -Deprecation& FrameHost::deprecation() {
|
| - return m_page->deprecation();
|
| -}
|
| -
|
| -const Deprecation& FrameHost::deprecation() const {
|
| - return m_page->deprecation();
|
| -}
|
| -
|
| float FrameHost::deviceScaleFactorDeprecated() const {
|
| return m_page->deviceScaleFactor();
|
| }
|
|
|