| 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 ee131638681370ff077b5fb37bc801b1edd1253c..d939fe9ca62b8ca23fd3b4072dca5820dfb5d29d 100644
|
| --- a/third_party/WebKit/Source/core/page/ChromeClient.h
|
| +++ b/third_party/WebKit/Source/core/page/ChromeClient.h
|
| @@ -266,7 +266,8 @@ class CORE_EXPORT ChromeClient : public PlatformChromeClient {
|
|
|
| virtual void EnterFullscreen(LocalFrame&) {}
|
| virtual void ExitFullscreen(LocalFrame&) {}
|
| - virtual void FullscreenElementChanged(Element*, Element*) {}
|
| + virtual void FullscreenElementChanged(Element* from_element,
|
| + Element* to_element) {}
|
|
|
| virtual void ClearCompositedSelection(LocalFrame*) {}
|
| virtual void UpdateCompositedSelection(LocalFrame*,
|
|
|