| 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 ee61904d0623f42ee37aed7cbec0ef15cc83a6b2..52fd8d7736c6d7440ab7d28685f14c4da3e73b67 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"}
|
| ]
|
| }
|
| ],
|
|
|