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

Unified Diff: Source/devtools/front_end/timeline/TimelineOverviewPane.js

Issue 450973002: DevTools: animate changes to flame chart window. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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: Source/devtools/front_end/timeline/TimelineOverviewPane.js
diff --git a/Source/devtools/front_end/timeline/TimelineOverviewPane.js b/Source/devtools/front_end/timeline/TimelineOverviewPane.js
index d83540cf5a68341d7c4eb418843fafd76960af19..e8e6aad56d25b22038d96f52991cd4a889e674d4 100644
--- a/Source/devtools/front_end/timeline/TimelineOverviewPane.js
+++ b/Source/devtools/front_end/timeline/TimelineOverviewPane.js
@@ -100,7 +100,6 @@ WebInspector.TimelineOverviewPane.prototype = {
this._overviewGrid.updateDividers(this._overviewCalculator);
this._updateEventDividers();
this._updateWindow();
- this._scheduleRefresh();
},
_updateEventDividers: function()

Powered by Google App Engine
This is Rietveld 408576698