| 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 a21b44e6e8b50f51f30242d239f8c6fc1734a8df..a148a5abd589c5446c107e17a5cd2d8b4970def6 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -45,7 +45,6 @@ class ConsoleMessageStorage;
|
| class EventHandlerRegistry;
|
| class OverscrollController;
|
| class Page;
|
| -class PageScaleConstraintsSet;
|
| class TopDocumentRootScrollerController;
|
| class VisualViewport;
|
|
|
| @@ -79,9 +78,6 @@ class CORE_EXPORT FrameHost final
|
| VisualViewport& visualViewport();
|
| const VisualViewport& visualViewport() const;
|
|
|
| - PageScaleConstraintsSet& pageScaleConstraintsSet();
|
| - const PageScaleConstraintsSet& pageScaleConstraintsSet() const;
|
| -
|
| EventHandlerRegistry& eventHandlerRegistry();
|
| const EventHandlerRegistry& eventHandlerRegistry() const;
|
|
|
|
|