| Index: Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorLayerTreeAgent.cpp b/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| index 9983c158e9a27633556f36bbdec5e15a36e31d2f..b55f2e95cfd4345c322811814fb84e38fc183567 100644
|
| --- a/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| +++ b/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| @@ -305,7 +305,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);
|
|
|