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

Unified Diff: Source/devtools/front_end/main/Main.js

Issue 671463002: DevTools: make flame chart a web component. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test fixed Created 6 years, 2 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
Index: Source/devtools/front_end/main/Main.js
diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
index ae154769a9cc1c96a2ecf32b9ba2f5881456dbdb..3ddc7dec370f9e6b07f2ed1bce4b7c0be7cd17de 100644
--- a/Source/devtools/front_end/main/Main.js
+++ b/Source/devtools/front_end/main/Main.js
@@ -190,7 +190,8 @@ WebInspector.Main.prototype = {
console.timeStamp("Main._createApp");
WebInspector.initializeUIUtils(window);
- WebInspector.installPortStyles(document);
+ WebInspector.installComponentRootStyles(/** @type {!Element} */ (document.body));
+
if (Runtime.queryParam("toolbarColor") && Runtime.queryParam("textColor"))
WebInspector.setToolbarColors(document, /** @type {string} */ (Runtime.queryParam("toolbarColor")), /** @type {string} */ (Runtime.queryParam("textColor")));
InspectorFrontendHost.events.addEventListener(InspectorFrontendHostAPI.Events.SetToolbarColors, updateToolbarColors);
« no previous file with comments | « Source/devtools/front_end/main/HelpScreenUntilReload.js ('k') | Source/devtools/front_end/profiler/profilesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698