Merge "Add isVirtual flag to SF trace display"
This commit is contained in:
committed by
Android (Google) Code Review
commit
5731ee392d
@@ -72,7 +72,8 @@ function newDisplay(proto: any): Display {
|
||||
proto.layerStack,
|
||||
toSize(proto.size),
|
||||
toRect(proto.layerStackSpaceRect),
|
||||
toTransform(proto.transform)
|
||||
toTransform(proto.transform),
|
||||
proto.isVirtual
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user