| Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| index b44a02ca9f61dc2195393455c3dee721d9b18933..d203dbb3cb38fc0360cdd5d2e1366eda21d0d22d 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| @@ -172,6 +172,8 @@ static LayoutVideo* findFullscreenVideoLayoutObject(Document& document)
|
| fullscreenElement = Fullscreen::fullscreenElementFrom(*contentDocument);
|
| }
|
| // Get the current fullscreen element from the document.
|
| + // TODO(foolip): When |currentFullScreenElementFrom| is removed, this will
|
| + // become a no-op and can be removed. https://crbug.com/402421
|
| fullscreenElement = Fullscreen::currentFullScreenElementFrom(*contentDocument);
|
| if (!isHTMLVideoElement(fullscreenElement))
|
| return nullptr;
|
|
|