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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js

Issue 2701403002: [DevTools] Move Popover to shadow DOM. (Closed)
Patch Set: fixed-height Created 3 years, 10 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: third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
index 64d4636c6f65dd750fe878a10babc2c6c3daa191..9db619906d221f6bda5923ee624458c3f6133828 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
+++ b/third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js
@@ -1190,7 +1190,6 @@ UI.initializeUIUtils = function(document, themeSetting) {
var body = /** @type {!Element} */ (document.body);
UI.appendStyle(body, 'ui/inspectorStyle.css');
- UI.appendStyle(body, 'ui/popover.css');
UI.GlassPane.setContainer(/** @type {!Element} */ (document.body));
};

Powered by Google App Engine
This is Rietveld 408576698