Index: third_party/WebKit/Source/core/page/ChromeClient.h |
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h |
index 8ffda58e2a0cd64788e2f8b60898763f4c6981b2..46510033a27f038f44c13c8de13248865c16f894 100644 |
--- a/third_party/WebKit/Source/core/page/ChromeClient.h |
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h |
@@ -247,7 +247,8 @@ class CORE_EXPORT ChromeClient : public HostWindow { |
virtual void enterFullscreen(LocalFrame&) {} |
virtual void exitFullscreen(LocalFrame&) {} |
- virtual void fullscreenElementChanged(Element*, Element*) {} |
+ virtual void fullscreenElementChanged(Element* fromElement, |
+ Element* toElement) {} |
virtual void clearCompositedSelection(LocalFrame*) {} |
virtual void updateCompositedSelection(LocalFrame*, |