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

Unified Diff: third_party/WebKit/Source/devtools/front_end/perf_ui/timelineGrid.css

Issue 2803413002: DevTools: brush up paint marker rendering, sort experiments, restore event markers on the overview. (Closed)
Patch Set: fixed the test Created 3 years, 8 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: third_party/WebKit/Source/devtools/front_end/perf_ui/timelineGrid.css
diff --git a/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineGrid.css b/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineGrid.css
index 68d0f183ce6c7e0198d6af40b5c63a83e7de782c..9e2382e16e12808f5b096cd899e38b0e01529b53 100644
--- a/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineGrid.css
+++ b/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineGrid.css
@@ -46,7 +46,7 @@
.resources-event-divider {
position: absolute;
- width: 2px;
+ width: 1px;
top: 0;
bottom: 0;
z-index: 300;

Powered by Google App Engine
This is Rietveld 408576698