| Index: Source/devtools/front_end/InspectorFrontendHostStub.js
|
| diff --git a/Source/devtools/front_end/InspectorFrontendHostStub.js b/Source/devtools/front_end/InspectorFrontendHostStub.js
|
| index d925547430a4fb74e22efd873876dcfc94b4d011..e7a3633c294a551bc40c463c4785220c1e3bb8e2 100644
|
| --- a/Source/devtools/front_end/InspectorFrontendHostStub.js
|
| +++ b/Source/devtools/front_end/InspectorFrontendHostStub.js
|
| @@ -91,6 +91,14 @@ WebInspector.InspectorFrontendHostStub.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
|
| + */
|
| + 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
|
|
|