| Index: Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorLayerTreeAgent.cpp b/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| index 1d56a28c3ec98b72066f643086df81a947df14ac..7d61779e8ceef7216f1a72aeb1f0e3bc1db5241c 100644
|
| --- a/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| +++ b/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| @@ -285,7 +285,8 @@ void InspectorLayerTreeAgent::compositingReasons(ErrorString* errorString, const
|
| { CompositingReasonLayerForForeground, "layerForForeground" },
|
| { CompositingReasonLayerForBackground, "layerForBackground" },
|
| { CompositingReasonLayerForMask, "layerForMask" },
|
| - { CompositingReasonLayerForVideoOverlay, "layerForVideoOverlay" }
|
| + { CompositingReasonLayerForVideoOverlay, "layerForVideoOverlay" },
|
| + { CompositingReasonIsolateCompositedDescendants, "isolateCompositedDescendants" }
|
| };
|
|
|
| const GraphicsLayer* graphicsLayer = layerById(errorString, layerId);
|
|
|