Chromium Code Reviews| Index: Source/devtools/protocol.json |
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
| index cb6cf8f137231277e6b63ac3c0f60c3542834322..c0faa0dc033fb95a6bef51c5aa8e3583c8b2c043 100644 |
| --- a/Source/devtools/protocol.json |
| +++ b/Source/devtools/protocol.json |
| @@ -2213,6 +2213,17 @@ |
| ], |
| "description": "Returns node id at given location.", |
| "hidden": true |
| + }, |
| + { |
| + "name": "getRelayoutBoundary", |
| + "parameters": [ |
| + { "name": "nodeId", "$ref": "NodeId", "description": "Id of the node." } |
| + ], |
| + "returns": [ |
| + { "name": "relayoutBoundaryNodeId", "$ref": "NodeId", "description": "Relayout boundary node id for the given node." } |
|
pfeldman
2013/09/24 14:49:18
should also be named "nodeId"
|
| + ], |
| + "description": "Returns the id of the nearest ancestor that is a relayout boundary.", |
| + "hidden": true |
| } |
| ], |
| "events": [ |