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

Unified Diff: third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.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/emulation/AdvancedApp.js
diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js b/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
index 4bdeda200762107ae1e04aae797394445b6b7047..196da58c784a3ca407740edb0bbf6aaf95f84501 100644
--- a/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
+++ b/third_party/WebKit/Source/devtools/front_end/emulation/AdvancedApp.js
@@ -71,7 +71,7 @@ Emulation.AdvancedApp = class {
*/
toolboxLoaded(toolboxDocument) {
UI.initializeUIUtils(toolboxDocument, Common.settings.createSetting('uiTheme', 'default'));
- UI.installComponentRootStyles(/** @type {!Element} */ (toolboxDocument.body));
+ UI.installComponentRootStyles(toolboxDocument, /** @type {!Element} */ (toolboxDocument.body));
alph 2017/05/22 18:50:08 You don't need a document. Please check how we do
UI.ContextMenu.installHandler(toolboxDocument);
UI.Tooltip.installHandler(toolboxDocument);

Powered by Google App Engine
This is Rietveld 408576698