| Index: third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.cpp b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| index fa743d87d17bf4dd41fbd7376a6a0845ac3b8c7f..52377c67a1cc7f279db6a531351cb5155e6a0ede 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.cpp
|
| @@ -859,6 +859,11 @@ void ChromeClientImpl::exitFullscreen(LocalFrame* frame) {
|
| m_webView->exitFullscreen(frame);
|
| }
|
|
|
| +void ChromeClientImpl::fullscreenElementChanged(Element* fromElement,
|
| + Element* toElement) {
|
| + m_webView->fullscreenElementChanged(fromElement, toElement);
|
| +}
|
| +
|
| void ChromeClientImpl::clearCompositedSelection(LocalFrame* frame) {
|
| LocalFrame* localRoot = frame->localFrameRoot();
|
| auto client =
|
|
|