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