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

Unified Diff: Source/devtools/front_end/SplitView.js

Issue 187833006: DevTools: Bring back split view animation on show/hide sidebar button click. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« 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: Source/devtools/front_end/SplitView.js
diff --git a/Source/devtools/front_end/SplitView.js b/Source/devtools/front_end/SplitView.js
index 296a45f8463a6d1ab58415b22c1dffbed46e64af..dd61510f43e0e7ead60ab156b2d5818252a4bcc6 100644
--- a/Source/devtools/front_end/SplitView.js
+++ b/Source/devtools/front_end/SplitView.js
@@ -818,9 +818,9 @@ WebInspector.SplitView.prototype = {
{
var show = this._isShowingOne;
if (show)
- this.showBoth();
+ this.showBoth(true);
else
- this.hideSidebar();
+ this.hideSidebar(true);
}
return this._showHideSidebarButton;
« 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