| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index 662d9e183f19372f2f70c38e85cfea83f141c8e4..9e73150f360dba4ccab5ec7d67cd70bfdce23a55 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -507,7 +507,8 @@
|
| "experimental": true,
|
| "returns": [
|
| { "name": "layoutViewport", "$ref": "LayoutViewport", "description": "Metrics relating to the layout viewport." },
|
| - { "name": "visualViewport", "$ref": "VisualViewport", "description": "Metrics relating to the visual viewport." }
|
| + { "name": "visualViewport", "$ref": "VisualViewport", "description": "Metrics relating to the visual viewport." },
|
| + { "name": "contentSize", "$ref": "DOM.Rect", "description": "Size of scrollable area"}
|
| ]
|
| }
|
| ],
|
|
|