| Index: Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorLayerTreeAgent.cpp b/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| index 51932836c489be37a22a26cb0ce8ec500cb67a9f..34c15956eb65d4747c82664be9ccc34a7616b3c9 100644
|
| --- a/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| +++ b/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| @@ -283,7 +283,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);
|
|
|