| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 4029feedbe58e42c643f2f3ae5a2cce280326e02..def96f770386b26e405a296f4515d2d725b7485c 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -279,6 +279,9 @@ public:
|
| void setShowScrollBottleneckRects(bool) override;
|
| void acceptLanguagesChanged() override;
|
|
|
| + void willEnterFullScreen(WebRemoteFrame*) override;
|
| + void didUpdateFullScreenSize();
|
| +
|
| float defaultMinimumPageScaleFactor() const;
|
| float defaultMaximumPageScaleFactor() const;
|
| float minimumPageScaleFactor() const;
|
|
|