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 38dfebab2f98000ca18674e969f57d1d97034647..1209a47fd56f28d25df3b4467529fa520a15caa1 100644 |
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
@@ -757,6 +757,7 @@ |
{ |
"name": "setVisibleSize", |
"description": "Resizes the frame/viewport of the page. Note that this does not affect the frame's container (e.g. browser window). Can be used to produce screenshots of the specified size. Not supported on Android.", |
+ "experimental": true, |
"parameters": [ |
{ "name": "width", "type": "integer", "description": "Frame width (DIP)." }, |
{ "name": "height", "type": "integer", "description": "Frame height (DIP)." } |