| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index 72f565e888b8af90e14ccdae7aa7efba0629057f..0bd2249f7757837cd8d817c4ccc4bf2a8d07372c 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -155,7 +155,8 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
|
|
| void enterFullscreen(LocalFrame&) override;
|
| void exitFullscreen(LocalFrame&) override;
|
| - void fullscreenElementChanged(Element*, Element*) override;
|
| + void fullscreenElementChanged(Element* fromElement,
|
| + Element* toElement) override;
|
|
|
| void clearCompositedSelection(LocalFrame*) override;
|
| void updateCompositedSelection(LocalFrame*,
|
|
|