| Index: extensions/common/api/guest_view_internal.json
|
| diff --git a/extensions/common/api/guest_view_internal.json b/extensions/common/api/guest_view_internal.json
|
| index ddf8ce9457ceeea32e2597c5c34dc5d662e8ca58..46564e54785d46d91d58256d71532574c343fcfe 100644
|
| --- a/extensions/common/api/guest_view_internal.json
|
| +++ b/extensions/common/api/guest_view_internal.json
|
| @@ -23,25 +23,18 @@
|
| }
|
| },
|
| {
|
| - "id": "SizeParams",
|
| + "id": "AutoSizeParams",
|
| "type": "object",
|
| - "description": "Size parameters.",
|
| + "description": "Autosize parameters.",
|
| "properties": {
|
| "enableAutoSize": {
|
| - "type": "boolean",
|
| - "optional": true
|
| + "type": "boolean"
|
| },
|
| "min": {
|
| - "$ref": "Size",
|
| - "optional": true
|
| + "$ref": "Size"
|
| },
|
| "max": {
|
| - "$ref": "Size",
|
| - "optional": true
|
| - },
|
| - "normal": {
|
| - "$ref": "Size",
|
| - "optional": true
|
| + "$ref": "Size"
|
| }
|
| }
|
| }
|
| @@ -90,7 +83,7 @@
|
| ]
|
| },
|
| {
|
| - "name": "setSize",
|
| + "name": "setAutoSize",
|
| "type": "function",
|
| "parameters": [
|
| {
|
| @@ -99,7 +92,7 @@
|
| "description": "The instance ID of the guest <webview> process. This not exposed to developers through the API."
|
| },
|
| {
|
| - "$ref": "SizeParams",
|
| + "$ref": "AutoSizeParams",
|
| "name": "params"
|
| },
|
| {
|
|
|