| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 0b89a6926d6cb5b7b9ec9eab57727fab559d4dda..5e6795063d9b6c68b3bd7fc3be2ac96e6ea4f599 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -448,6 +448,7 @@ public:
|
| float fakePageScaleAnimationPageScaleForTesting() const { return m_fakePageScaleAnimationPageScaleFactor; }
|
| bool fakePageScaleAnimationUseAnchorForTesting() const { return m_fakePageScaleAnimationUseAnchor; }
|
|
|
| + bool fullscreenEnabled(blink::Element*);
|
| void enterFullScreenForElement(blink::Element*);
|
| void exitFullScreenForElement(blink::Element*);
|
|
|
|
|