| Index: third_party/WebKit/Source/core/frame/FrameHost.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| index c77c7bb50aaa1ec5e7ae4b0c0e6f6df8e83ef97b..9b7939db05c43313bd38cbd67ef82ce2eef5a25f 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -71,9 +71,6 @@ class CORE_EXPORT FrameHost final
|
| Page& page();
|
| const Page& page() const;
|
|
|
| - // See Page::deviceScaleFactorDeprecated.
|
| - float deviceScaleFactorDeprecated() const;
|
| -
|
| BrowserControls& browserControls();
|
| const BrowserControls& browserControls() const;
|
|
|
|
|