| Index: Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
| diff --git a/Source/core/rendering/compositing/RenderLayerCompositor.cpp b/Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
| index 1e69907e7455d5865033e833128c907696e937b9..38b9c0a7b638f6dafd42e40e4a752245a38e5065 100644
|
| --- a/Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
| +++ b/Source/core/rendering/compositing/RenderLayerCompositor.cpp
|
| @@ -232,7 +232,7 @@ void RenderLayerCompositor::setCompositingLayersNeedRebuild()
|
| lifecycle().ensureStateAtMost(DocumentLifecycle::LayoutClean);
|
| }
|
|
|
| -static RenderVideo* findFullscreenVideoRenderer(Document& document)
|
| +RenderVideo* RenderLayerCompositor::findFullscreenVideoRenderer(Document& document)
|
| {
|
| Element* fullscreenElement = FullscreenElementStack::fullscreenElementFrom(document);
|
| while (fullscreenElement && fullscreenElement->isFrameOwnerElement()) {
|
|
|