| 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 6e47532318a1e1603e04536e6f7e9877541f00d4..dd0c1d700f693d994b7c72a9082a54d613b0d30c 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -439,7 +439,8 @@ class WEB_EXPORT WebViewImpl final
|
|
|
| void EnterFullscreen(LocalFrame&) override;
|
| void ExitFullscreen(LocalFrame&) override;
|
| - void FullscreenElementChanged(Element*, Element*) override;
|
| + void FullscreenElementChanged(Element* from_element,
|
| + Element* to_element) override;
|
|
|
| // Exposed for the purpose of overriding device metrics.
|
| void SendResizeEventAndRepaint();
|
|
|