Skip to content

Commit

Permalink
Make Emulation.setVisibleSize experimental again.
Browse files Browse the repository at this point in the history
BUG=635947

Review-Url: https://codereview.chromium.org/2367863002
Cr-Commit-Position: refs/heads/master@{#420637}
  • Loading branch information
betasheet authored and Commit bot committed Sep 23, 2016
1 parent c5eae4a commit 8f6155f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)." }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,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)." }
Expand Down

0 comments on commit 8f6155f

Please sign in to comment.