| 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 a937282d171c4ecf2d03f40d7d6d0f4652d029f2..b89ef72fc92beef1145410a343462f0c02a68f29 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -45,6 +45,7 @@ namespace blink {
|
|
|
| class ChromeClient;
|
| class ConsoleMessageStorage;
|
| +class Deprecation;
|
| class EventHandlerRegistry;
|
| class Page;
|
| class PageScaleConstraintsSet;
|
| @@ -72,6 +73,7 @@ public:
|
| Settings& settings() const;
|
| ChromeClient& chromeClient() const;
|
| UseCounter& useCounter() const;
|
| + Deprecation& deprecation() const;
|
|
|
| // Corresponds to pixel density of the device where this Page is
|
| // being displayed. In multi-monitor setups this can vary between pages.
|
|
|