| 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 4e8dd6abee9f5539d27a644d5c9ceef6e908a802..634736e997c5f67b11bc5571cb9da6dd63f29800 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
|
| @@ -76,6 +76,11 @@ UseCounter& FrameHost::useCounter() const
|
| return m_page->useCounter();
|
| }
|
|
|
| +DeprecationHelper& FrameHost::deprecationHelper() const
|
| +{
|
| + return m_page->deprecationHelper();
|
| +}
|
| +
|
| float FrameHost::deviceScaleFactor() const
|
| {
|
| return m_page->deviceScaleFactor();
|
|
|