Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / InspectorFrontendHostStub.js
index 4553ba7..25b7749 100644 (file)
@@ -94,13 +94,15 @@ WebInspector.InspectorFrontendHostStub.prototype = {
 
     /**
      * Requests inspected page to be placed atop of the inspector frontend
-     * with passed insets from the frontend sides.
-     * @param {number} top
-     * @param {number} left
-     * @param {number} bottom
-     * @param {number} right
+     * with passed insets from the frontend sides, respecting minimum size passed.
+     * @param {{top: number, left: number, right: number, bottom: number}} insets
+     * @param {{width: number, height: number}} minSize
      */
-    setContentsInsets: function(top, left, bottom, right)
+    setContentsResizingStrategy: function(insets, minSize)
+    {
+    },
+
+    inspectElementCompleted: function()
     {
     },
 
@@ -158,14 +160,6 @@ WebInspector.InspectorFrontendHostStub.prototype = {
     {
     },
 
-    /**
-     * @return {boolean}
-     */
-    supportsFileSystems: function()
-    {
-        return false;
-    },
-
     requestFileSystems: function()
     {
     },
@@ -216,6 +210,18 @@ WebInspector.InspectorFrontendHostStub.prototype = {
         return 1;
     },
 
+    zoomIn: function()
+    {
+    },
+
+    zoomOut: function()
+    {
+    },
+
+    resetZoom: function()
+    {
+    },
+
     /**
      * @return {boolean}
      */