Bug 1654657 - Fix bustages caused by the backout of Bug 1200896 and conflicting changes to NotifyFullScreenChangedForMediaElement. a=bustage-fix

CLOSED TREE
This commit is contained in:
Mihai Alexandru Michis 2020-08-14 09:36:29 +03:00
Родитель fc1c9759fc
Коммит 073a6cee86
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13642,7 +13642,7 @@ void Document::UnsetFullscreenElement() {
bool Document::SetFullscreenElement(Element* aElement) {
if (TopLayerPush(aElement)) {
EventStateManager::SetFullscreenState(aElement, true);
NotifyFullScreenChangedForMediaControl(aElement, true);
NotifyFullScreenChangedForMediaElement(aElement, true);
UpdateViewportScrollbarOverrideForFullscreen(this);
return true;
}