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

Unified Diff: Source/devtools/front_end/timeline/timelinePanel.css

Issue 1304193004: DevTools: [timeline] Include other thread costs in overview (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: addressing comments 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 | « Source/devtools/front_end/timeline/TimelinePanel.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/timeline/timelinePanel.css
diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css
index a85fb1ce32d2b73fe6686445a9eb5f36ad31c07d..af08db600d24e496cb6fcfd494d5889e087245ae 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -268,7 +268,7 @@
flex-basis: 25px;
}
-#timeline-overview-main-thread,
+#timeline-overview-cpu-activity,
#timeline-overview-framerate,
#timeline-overview-memory {
flex-basis: 21px;
@@ -297,10 +297,15 @@
display: none;
}
-#timeline-overview-main-thread::before {
+#timeline-overview-cpu-activity::before {
content: "100%";
}
+#timeline-overview-cpu-activity .background {
+ opacity: 0.15;
+ z-index: -10;
+}
+
#timeline-overview-framerate::before {
content: "60 fps";
}
« no previous file with comments | « Source/devtools/front_end/timeline/TimelinePanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698