| 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 58a1ff7a906827e2aca5ae432dd0daef1d512b24..255a49507514dba3e61364428e548b793211512c 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp
|
| @@ -441,6 +441,8 @@ void PaintLayerCompositor::updateIfNeeded()
|
| destroyRootLayer();
|
| else if (m_rootContentLayer)
|
| m_rootContentLayer->setChildren(childList);
|
| + else
|
| + CHECK(false);
|
|
|
| applyOverlayFullscreenVideoAdjustmentIfNeeded();
|
| }
|
|
|