Merge "Assign -1 as default value of window type and owner uid." into pi-dev
am: a194d92495
Change-Id: I8169e627f61659dc27ba7caa452cc2bc4f69efd7
This commit is contained in:
@@ -353,8 +353,8 @@ public class SurfaceControl implements Parcelable {
|
||||
private int mFormat = PixelFormat.OPAQUE;
|
||||
private String mName;
|
||||
private SurfaceControl mParent;
|
||||
private int mWindowType;
|
||||
private int mOwnerUid;
|
||||
private int mWindowType = -1;
|
||||
private int mOwnerUid = -1;
|
||||
|
||||
/**
|
||||
* Begin building a SurfaceControl with a given {@link SurfaceSession}.
|
||||
|
||||
Reference in New Issue
Block a user