| 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 6fc90dfcaf031af01593db8a34da01e3b558c698..42b70792b258926223a1caacd69ee33d1345fb89 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -155,6 +155,7 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
|
|
| void enterFullscreenForElement(Element*) override;
|
| void exitFullscreen(LocalFrame*) override;
|
| + void fullscreenElementChanged(Element*, Element*) override;
|
|
|
| void clearCompositedSelection(LocalFrame*) override;
|
| void updateCompositedSelection(LocalFrame*,
|
|
|