Compatibilize winscope with stackID on layer
Bug: 140855415 Bug: 207843938 Test: atest FlickerLibTest Change-Id: Id81619fe04967649edd400be1a3765005350c1b5
This commit is contained in:
@@ -62,7 +62,8 @@ Layer.fromProto = function (proto: any): Layer {
|
||||
proto.backgroundBlurRadius,
|
||||
crop,
|
||||
proto.isRelativeOf,
|
||||
proto.zOrderRelativeOf
|
||||
proto.zOrderRelativeOf,
|
||||
proto.layerStack
|
||||
);
|
||||
|
||||
addAttributes(entry, proto);
|
||||
|
||||
Reference in New Issue
Block a user