[Winscope] Add chips for HWC vs GPU composited layers

Bug: 119443475
Test: SF trace
Change-Id: I13289b403d394c07b3ac8e2e7d21e5188bba56d8
This commit is contained in:
Alec Mouri
2020-02-28 15:00:00 -08:00
parent afdc79b208
commit 65066517f1
2 changed files with 25 additions and 0 deletions

View File

@@ -155,4 +155,14 @@ export default {
color: black;
}
.tree-view-chip.tree-view-chip-gpu {
background-color: #00c853;
color: black;
}
.tree-view-chip.tree-view-chip-hwc {
background-color: #448aff;
color: black;
}
</style>