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

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

Issue 402113002: Draw marker events on Timeline flame chart (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/flameChart.css
diff --git a/Source/devtools/front_end/flameChart.css b/Source/devtools/front_end/flameChart.css
index 3155a3f792984473f5bc2314f58312a7950c75ed..7a6187589ccd9c8e498c2f977e189047f5de96ec 100644
--- a/Source/devtools/front_end/flameChart.css
+++ b/Source/devtools/front_end/flameChart.css
@@ -46,6 +46,16 @@
font-weight: bold;
}
+.flame-chart-marker-highlight-element {
+ position: absolute;
+ top: 0px;
+ height: 20px;
+ width: 4px;
+ margin: 0 -2px;
+ content: "";
+ display: block;
+}
+
.flame-chart-highlight-element {
background-color: black;
position: absolute;

Powered by Google App Engine
This is Rietveld 408576698