Compatibilize winscope with stackID on layer

Bug: 140855415
Bug: 207843938
Test: atest FlickerLibTest
Change-Id: Id81619fe04967649edd400be1a3765005350c1b5
This commit is contained in:
Nataniel Borges
2021-12-08 14:22:09 +01:00
parent c63ccb6d2f
commit 26ed529f6a

View File

@@ -62,7 +62,8 @@ Layer.fromProto = function (proto: any): Layer {
proto.backgroundBlurRadius,
crop,
proto.isRelativeOf,
proto.zOrderRelativeOf
proto.zOrderRelativeOf,
proto.layerStack
);
addAttributes(entry, proto);