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

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

Issue 2891383002: Force non overlay scrollbar in Devtools/Performance for Aura Overlay Scrollbar (Closed)
Patch Set: Created 3 years, 7 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/main/Main.js
diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
index 22660ca2feab2f568064c53356f8347e40bb0849..652b68a7f82882c7c669c154c425bdf071bb831c 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
@@ -159,7 +159,7 @@ Main.Main = class {
UI.initializeUIUtils(document, themeSetting);
themeSetting.addChangeListener(Components.reload.bind(Components));
- UI.installComponentRootStyles(/** @type {!Element} */ (document.body));
+ UI.installComponentRootStyles(document, /** @type {!Element} */ (document.body));
this._addMainEventListeners(document);

Powered by Google App Engine
This is Rietveld 408576698