Index: Source/core/inspector/InspectorLayerTreeAgent.cpp |
diff --git a/Source/core/inspector/InspectorLayerTreeAgent.cpp b/Source/core/inspector/InspectorLayerTreeAgent.cpp |
index b91d04a1051f2e6bc6a8837bea0ff71f4421c2e5..2155ca3824f16872b5fc20fc80f3299a777aee58 100644 |
--- a/Source/core/inspector/InspectorLayerTreeAgent.cpp |
+++ b/Source/core/inspector/InspectorLayerTreeAgent.cpp |
@@ -311,7 +311,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); |