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

Unified Diff: Source/devtools/front_end/HelpScreen.js

Issue 71633003: DevTools: added "overlayContents" mode, where DevTools content is placed around and underneath inse… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years 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/Drawer.js ('k') | Source/devtools/front_end/InspectorFrontendHostStub.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/HelpScreen.js
diff --git a/Source/devtools/front_end/HelpScreen.js b/Source/devtools/front_end/HelpScreen.js
index 36f2425980e9aa2e78240ba100baf548f01f8dd1..4865301135b756691b50dda05f582aba2f2f7589 100644
--- a/Source/devtools/front_end/HelpScreen.js
+++ b/Source/devtools/front_end/HelpScreen.js
@@ -88,7 +88,7 @@ WebInspector.HelpScreen.prototype = {
if (visibleHelpScreen)
visibleHelpScreen.hide();
WebInspector.HelpScreen._visibleScreen = this;
- this.show(document.body);
+ this.show(WebInspector.inspectorView.devtoolsElement());
this.focus();
},
« no previous file with comments | « Source/devtools/front_end/Drawer.js ('k') | Source/devtools/front_end/InspectorFrontendHostStub.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698