| 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 40a134405a14c22fd78c5af84589638fc0137bae..9590b6379d7cb536c31b3b88a9273b844397dd88 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -449,6 +449,7 @@ class WEB_EXPORT WebViewImpl final
|
|
|
| void enterFullscreenForElement(Element*);
|
| void exitFullscreen(LocalFrame*);
|
| + void fullscreenElementChanged(Element*, Element*);
|
|
|
| // Exposed for the purpose of overriding device metrics.
|
| void sendResizeEventAndRepaint();
|
|
|