| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index bdbdb62907d2f023bb92d73c28138d1fe0518562..d674c841718b0c769dd66275f7a2463095ddce86 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": [
|
|
|