Commit a9731b11 authored by vsevik@chromium.org's avatar vsevik@chromium.org

DevTools: Bring back split view animation on show/hide sidebar button click.

R=dgozman@chromium.org, dgozman, pfeldman

Review URL: https://codereview.chromium.org/187833006

git-svn-id: svn://svn.chromium.org/blink/trunk@168623 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 4a971bdd
...@@ -817,9 +817,9 @@ WebInspector.SplitView.prototype = { ...@@ -817,9 +817,9 @@ WebInspector.SplitView.prototype = {
{ {
var show = this._isShowingOne; var show = this._isShowingOne;
if (show) if (show)
this.showBoth(); this.showBoth(true);
else else
this.hideSidebar(); this.hideSidebar(true);
} }
return this._showHideSidebarButton; return this._showHideSidebarButton;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment