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