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 4ffbd6d406d4289e23579dd682ef6928a26af2d0..de3e34d01248f1289986b2fcdce1e9f9926ae0cb 100644 |
--- a/third_party/WebKit/Source/web/FullscreenController.h |
+++ b/third_party/WebKit/Source/web/FullscreenController.h |
@@ -58,7 +58,7 @@ class FullscreenController { |
// Called by Fullscreen (via ChromeClient) to notify that the fullscreen |
// element has changed. |
- void fullscreenElementChanged(Element*, Element*); |
+ void fullscreenElementChanged(Element* fromElement, Element* toElement); |
bool isFullscreen() { return m_state == State::Fullscreen; } |