| 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 62a6c7b2d660900668f86d7cf25af9cc4dd0d64a..913a8bd716df719a02f86795e730257f5b670861 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -511,7 +511,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."}
|
| ]
|
| }
|
| ],
|
|
|