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

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

Issue 104523002: [DevTools] Add power profiler and power overview in timeline panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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
« no previous file with comments | « Source/devtools/front_end/inspector.html ('k') | Source/devtools/scripts/frontend_modules.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timelinePanel.css
diff --git a/Source/devtools/front_end/timelinePanel.css b/Source/devtools/front_end/timelinePanel.css
index 62b157363a68a04483836f724396b9003eba6b98..ba869a0d83975d8b8a5239a4721986956485b0e0 100644
--- a/Source/devtools/front_end/timelinePanel.css
+++ b/Source/devtools/front_end/timelinePanel.css
@@ -265,7 +265,8 @@
}
#timeline-overview-events,
-#timeline-overview-memory {
+#timeline-overview-memory,
+#timeline-overview-power {
position: absolute;
left: 0;
right: 0;
@@ -274,7 +275,8 @@
z-index: 160;
}
-#timeline-overview-memory {
+#timeline-overview-memory,
+#timeline-overview-power {
top: 25px;
}
@@ -474,6 +476,10 @@
-webkit-mask-position: -224px -48px;
}
+.timeline-overview-sidebar-power .icon {
+ -webkit-mask-position: -64px -120px;
+}
+
.memory-graph-label {
position: absolute;
left: 5px;
« no previous file with comments | « Source/devtools/front_end/inspector.html ('k') | Source/devtools/scripts/frontend_modules.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698