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 657760ebc0177be049e7196a1f96b78474a08580..2ae23242c242b9fe9ea1ce0e6d48d4822ecb1f0f 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -448,7 +448,7 @@ class WEB_EXPORT WebViewImpl final |
void enterFullscreen(LocalFrame&); |
void exitFullscreen(LocalFrame&); |
- void fullscreenElementChanged(Element*, Element*); |
+ void fullscreenElementChanged(Element* fromElement, Element* toElement); |
// Exposed for the purpose of overriding device metrics. |
void sendResizeEventAndRepaint(); |