Index: Source/devtools/front_end/emulation/ResponsiveDesignView.js |
diff --git a/Source/devtools/front_end/emulation/ResponsiveDesignView.js b/Source/devtools/front_end/emulation/ResponsiveDesignView.js |
index f6fdd51018f9fac647ac00c9bad40e2223695947..bb7bc2c7892f232730705927cce38445fe0ddee3 100644 |
--- a/Source/devtools/front_end/emulation/ResponsiveDesignView.js |
+++ b/Source/devtools/front_end/emulation/ResponsiveDesignView.js |
@@ -61,6 +61,7 @@ WebInspector.ResponsiveDesignView.prototype = { |
this._canvas = this._canvasContainer.element.createChild("canvas", "fill responsive-design-canvas"); |
this._mediaInspectorContainer = this._canvasContainer.element.createChild("div", "responsive-design-media-container"); |
+ WebInspector.Tooltip.setNativeOverrideContainer(this._mediaInspectorContainer); |
pfeldman
2015/09/02 21:59:45
.addNativeOverrideContainer
samli
2015/09/02 22:14:12
Done.
|
this._mediaInspector = new WebInspector.MediaQueryInspector(); |
this._updateMediaQueryInspector(); |