| Index: tracing/tracing/base/color_scheme.html
|
| diff --git a/tracing/tracing/base/color_scheme.html b/tracing/tracing/base/color_scheme.html
|
| index 36f83e054594a34122adea57740b7dc0dc2983bf..07fe220272a4fc9fbd1b016b4e123be997f7415b 100644
|
| --- a/tracing/tracing/base/color_scheme.html
|
| +++ b/tracing/tracing/base/color_scheme.html
|
| @@ -79,6 +79,7 @@ tr.exportTo('tr.b', function() {
|
|
|
| heap_dump_stack_frame: new tr.b.Color(128, 128, 128),
|
| heap_dump_object_type: new tr.b.Color(0, 0, 255),
|
| + heap_dump_child_node_arrow: new tr.b.Color(204, 102, 0),
|
|
|
| cq_build_running: new tr.b.Color(255, 255, 119),
|
| cq_build_passed: new tr.b.Color(153, 238, 102),
|
|
|