Commit 8f6155fb authored by eseckler's avatar eseckler Committed by Commit bot

Make Emulation.setVisibleSize experimental again.

BUG=635947

Review-Url: https://codereview.chromium.org/2367863002
Cr-Commit-Position: refs/heads/master@{#420637}
parent c5eae4a1
...@@ -757,6 +757,7 @@ ...@@ -757,6 +757,7 @@
{ {
"name": "setVisibleSize", "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.", "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": [ "parameters": [
{ "name": "width", "type": "integer", "description": "Frame width (DIP)." }, { "name": "width", "type": "integer", "description": "Frame width (DIP)." },
{ "name": "height", "type": "integer", "description": "Frame height (DIP)." } { "name": "height", "type": "integer", "description": "Frame height (DIP)." }
......
...@@ -772,6 +772,7 @@ ...@@ -772,6 +772,7 @@
{ {
"name": "setVisibleSize", "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.", "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": [ "parameters": [
{ "name": "width", "type": "integer", "description": "Frame width (DIP)." }, { "name": "width", "type": "integer", "description": "Frame width (DIP)." },
{ "name": "height", "type": "integer", "description": "Frame height (DIP)." } { "name": "height", "type": "integer", "description": "Frame height (DIP)." }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment