Chromium Code Reviews| Index: third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json |
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json b/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json |
| index 1c6f3fdb38e3e2445cf3927f8734700b17d3d7f0..144ec81b6b4d4e93f292dbc443962cb45ec48d13 100644 |
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json |
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol-1.2.json |
| @@ -2495,7 +2495,8 @@ |
| "name": "getNodeForLocation", |
| "parameters": [ |
| { "name": "x", "type": "integer", "description": "X coordinate." }, |
| - { "name": "y", "type": "integer", "description": "Y coordinate." } |
| + { "name": "y", "type": "integer", "description": "Y coordinate." }, |
| + { "name": "includeUserAgentShadowDOM", "type": "boolean", "optional": true, "description": "False to skip to the nearest non-UA shadow root ancestor (default: false)." } |
|
pfeldman
2017/03/22 17:32:46
drop this change in the 1.2 baseline file.
peleg
2017/03/23 02:37:40
got it. what's the purpose of this file, btw? I co
|
| ], |
| "returns": [ |
| { "name": "nodeId", "$ref": "NodeId", "description": "Id of the node at given coordinates." } |