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

Unified Diff: Source/devtools/front_end/profilesPanel.css

Issue 205563007: CPUProfiler: convert Flame Chart into Icicle Chart (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: the function was moved to Script.js Created 6 years, 9 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/profilesPanel.css
diff --git a/Source/devtools/front_end/profilesPanel.css b/Source/devtools/front_end/profilesPanel.css
index fb38dda08cb3eed50cd15eb2fe726798c9173e3d..749aff7fb9117607131c52bbea611a0e8c09c264 100644
--- a/Source/devtools/front_end/profilesPanel.css
+++ b/Source/devtools/front_end/profilesPanel.css
@@ -247,6 +247,7 @@ body.inactive .profile-launcher-view-content button.running:not(.status-bar-item
.profile-entry-info {
position: absolute;
- top: 20px;
+ bottom: 20px;
left: 20px;
+ height: 120px;
}
« Source/devtools/front_end/CPUProfileView.js ('K') | « Source/devtools/front_end/Linkifier.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698