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

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

Issue 1284963003: Merge 200187 "DevTools: Fix timeline overview glimpse on view mo..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2454/
Patch Set: Created 5 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
« 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/ui_lazy/TimelineOverviewPane.js
===================================================================
--- Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js (revision 200354)
+++ Source/devtools/front_end/ui_lazy/TimelineOverviewPane.js (working copy)
@@ -199,7 +199,7 @@
overviewControls[i].show(this._overviewGrid.element);
}
this._overviewControls = overviewControls;
- this.scheduleUpdate();
+ this._update();
},
/**
« 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