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

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

Issue 14619029: DevTools [Canvas Profile] Fix CanvasProfile control button issue (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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 | « Source/devtools/front_end/ProfileLauncherView.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ProfilesPanel.js
diff --git a/Source/devtools/front_end/ProfilesPanel.js b/Source/devtools/front_end/ProfilesPanel.js
index 4568261655f03aa7e8dab401c950291a09bc59f2..547130e9d0245573e2842759cdd577966260e839 100644
--- a/Source/devtools/front_end/ProfilesPanel.js
+++ b/Source/devtools/front_end/ProfilesPanel.js
@@ -532,6 +532,7 @@ WebInspector.ProfilesPanel.prototype = {
{
this.recordButton.title = this._selectedProfileType.buttonTooltip;
+ this._launcherView.updateProfileType(this._selectedProfileType);
this._profileTypeStatusBarItemsContainer.removeChildren();
var statusBarItems = this._selectedProfileType.statusBarItems;
if (statusBarItems) {
« no previous file with comments | « Source/devtools/front_end/ProfileLauncherView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698