Commit 0160782b authored by yurys@chromium.org's avatar yurys@chromium.org

Clear selected flame chart entry when overview window is being dragged

BUG=361045
R=loislo@chromium.org

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

git-svn-id: svn://svn.chromium.org/blink/trunk@175111 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent a6b8cc40
...@@ -920,6 +920,7 @@ WebInspector.TimelineFlameChart.prototype = { ...@@ -920,6 +920,7 @@ WebInspector.TimelineFlameChart.prototype = {
setWindowTimes: function(startTime, endTime) setWindowTimes: function(startTime, endTime)
{ {
this._mainView.setWindowTimes(startTime, endTime); this._mainView.setWindowTimes(startTime, endTime);
this._delegate.select(null);
}, },
/** /**
......
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