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

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

Issue 1155963005: DevTools: Show frame rate on timeline events overview. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/timeline/timelinePanel.css
diff --git a/Source/devtools/front_end/timeline/timelinePanel.css b/Source/devtools/front_end/timeline/timelinePanel.css
index 9d0e7a0118c7e15feaaccef2895143174b923141..3a0aedfda872286685f0a0054c1cefbed1375e5d 100644
--- a/Source/devtools/front_end/timeline/timelinePanel.css
+++ b/Source/devtools/front_end/timeline/timelinePanel.css
@@ -249,7 +249,7 @@
#timeline-overview-events,
#timeline-overview-memory,
#timeline-overview-power {
- flex: 0 0 59px;
+ flex: 0 0 69px;
z-index: 160;
width: 100%;
margin-bottom: 1px;

Powered by Google App Engine
This is Rietveld 408576698