Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1812)

Unified Diff: Source/devtools/front_end/emulation/ResponsiveDesignView.js

Issue 1318903007: Devtools UI: Fix tooltip issues (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/elements/ElementsTreeElement.js ('k') | Source/devtools/front_end/ui/Tooltip.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/devtools/front_end/elements/ElementsTreeElement.js ('k') | Source/devtools/front_end/ui/Tooltip.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698