| Index: third_party/WebKit/Source/web/FullscreenController.h
|
| diff --git a/third_party/WebKit/Source/web/FullscreenController.h b/third_party/WebKit/Source/web/FullscreenController.h
|
| index ab4990582800751dcee97ecdaf02fef7e15c6322..5cc5256ea390c20f877276f97ff39d0c8706127f 100644
|
| --- a/third_party/WebKit/Source/web/FullscreenController.h
|
| +++ b/third_party/WebKit/Source/web/FullscreenController.h
|
| @@ -66,6 +66,10 @@ protected:
|
| private:
|
| void updatePageScaleConstraints(bool removeConstraints);
|
|
|
| + // Notify the current media element or all its child media elements when
|
| + // the |element| enters/exits full screen.
|
| + void updateMediaInFullscreen(Element*, bool isFullscreen);
|
| +
|
| WebViewImpl* m_webViewImpl;
|
|
|
| bool m_haveEnteredFullscreen;
|
|
|