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

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..b10fcfe8e9a8203b6ecd572a6762b870b3cac316 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: 0;
+ height: 20px;
+ width: 4px;
+ margin: 0 -2px;
+ content: "";
+ display: block;
+}
+
.flame-chart-highlight-element {
background-color: black;
position: absolute;
« no previous file with comments | « Source/devtools/front_end/components/FlameChart.js ('k') | Source/devtools/front_end/profiler/CPUProfileFlameChart.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698