| Index: Source/devtools/front_end/externs.js
|
| diff --git a/Source/devtools/front_end/externs.js b/Source/devtools/front_end/externs.js
|
| index 7f2b3b3a1fd156ac5a717af1a5f7a83ea625fe28..47c9363c8fd0e1564e3d56df18a1cfef3d7bbdf9 100644
|
| --- a/Source/devtools/front_end/externs.js
|
| +++ b/Source/devtools/front_end/externs.js
|
| @@ -196,6 +196,11 @@ InspectorFrontendHostAPI.prototype.getSelectionForegroundColor = function() {}
|
| /** @return {boolean} */
|
| InspectorFrontendHost.isUnderTest = function() {}
|
| /**
|
| + * Requests inspected page to be placed atop of the inspector frontend with specified bounds.
|
| + * @param {{x: number, y: number, width: number, height: number}} bounds
|
| + */
|
| +InspectorFrontendHostAPI.prototype.setInspectedPageBounds = function(bounds) {}
|
| +/**
|
| * Requests inspected page to be placed atop of the inspector frontend
|
| * with passed insets from the frontend sides, respecting minimum size passed.
|
| * @param {{top: number, left: number, right: number, bottom: number}} insets
|
|
|