Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index b8e7ad7c813c441d2e5785cf3e281399f4734d6e..8ddb37c28e6415e1e57261e42031cbfbbc637021 100644 |
--- a/Source/devtools/protocol.json |
+++ b/Source/devtools/protocol.json |
@@ -3850,6 +3850,16 @@ |
"returns": [ |
{ "name": "layers", "type": "array", "items": { "$ref": "Layer" }, "description": "Child layers." } |
] |
+ }, |
+ { |
+ "name": "compositingReasons", |
+ "parameters": [ |
+ { "name": "layerId", "$ref": "LayerId", "description": "The id of the layer for which we want to get the reasons it was composited." } |
+ ], |
+ "description": "Provides the reasons why the given layer was composited.", |
+ "returns": [ |
+ { "name": "compositingReasons", "type": "array", "items": { "type": "string" }, "description": "A list of strings specifying reasons for the given layer to become composited." } |
+ ] |
} |
], |
"events": [ |