| Index: Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorLayerTreeAgent.cpp b/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| index 74cbd098277de7070eb2947b136a0c68a8dc8eab..7ef815f588663b9734124e43368dc51a70700651 100644
|
| --- a/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| +++ b/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| @@ -281,7 +281,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);
|
|
|