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 43b6aec809d567efbdc589b1387c68d0ab85c324..12dbfb035c447f5b6e4c25d5d71f2e15612d878f 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -278,6 +278,9 @@ public: |
void setShowScrollBottleneckRects(bool) override; |
void acceptLanguagesChanged() override; |
+ void willEnterFullScreen(WebRemoteFrame*) override; |
+ void didUpdateFullScreenSize(); |
+ |
float defaultMinimumPageScaleFactor() const; |
float defaultMaximumPageScaleFactor() const; |
float minimumPageScaleFactor() const; |