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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js

Issue 2465373002: [Devtools] Fix network timeline canvas selection splitview (Closed)
Patch Set: changes Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
index 98e82e1c61fbd59996c24a791a554865c4713603..9ae7619ff9f9cd7616093cdc97abefb62429d89d 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
+++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
@@ -435,7 +435,7 @@ WebInspector.NetworkLogViewColumns = class {
this._dataGridScroller.style.overflow = 'hidden';
this._dataGrid.setScrollContainer(this._timelineScroller);
} else {
- this._splitWidget.hideMain();
+ this._splitWidget.hideSidebar();
this._activeScroller = this._dataGridScroller;
this._dataGridScroller.style.overflow = 'overlay';
this._dataGrid.setScrollContainer(this._dataGridScroller);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698