| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 955d0ab27192403b7d0399572f852dd12504f994..26183bebf8ee899329d61bf68508da9844b7df1a 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -2647,6 +2647,17 @@
|
| ],
|
| "description": "Returns the id of the nearest ancestor that is a relayout boundary.",
|
| "hidden": true
|
| + },
|
| + {
|
| + "name": "getHighlightObjectForTest",
|
| + "parameters": [
|
| + { "name": "nodeId", "$ref": "NodeId", "description": "Id of the node to get highlight object for." }
|
| + ],
|
| + "returns": [
|
| + { "name": "highlight", "type": "object", "description": "Highlight data for the node." }
|
| + ],
|
| + "description": "For testing.",
|
| + "hidden": true
|
| }
|
| ],
|
| "events": [
|
|
|