| Index: third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| index 94f8b8ae6a86a77727c1da5a254792674378a184..05d073535b87471a9357dabae9f1c9ecb312c9a3 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js
|
| @@ -111,8 +111,9 @@ Host.InspectorFrontendHostStub = class {
|
| * Requests inspected page to be placed atop of the inspector frontend with specified bounds.
|
| * @override
|
| * @param {{x: number, y: number, width: number, height: number}} bounds
|
| + * @param {boolean=} force
|
| */
|
| - setInspectedPageBounds(bounds) {
|
| + setInspectedPageBounds(bounds, force) {
|
| }
|
|
|
| /**
|
|
|