| Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| index d00516af944a4146fe3cee22359b3886922fed86..8037ff0c24baf6abed47d82067ec219bdf195236 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js
|
| @@ -132,8 +132,9 @@ InspectorFrontendHostAPI.prototype = {
|
| /**
|
| * Requests inspected page to be placed atop of the inspector frontend with specified bounds.
|
| * @param {{x: number, y: number, width: number, height: number}} bounds
|
| + * @param {boolean=} force
|
| */
|
| - setInspectedPageBounds(bounds) {},
|
| + setInspectedPageBounds(bounds, force) {},
|
|
|
| /**
|
| * @param {!Array<string>} certChain
|
|
|