Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8bc23adc authored by Rose Liu's avatar Rose Liu Committed by android-build-merger
Browse files

Merge "Assign -1 as default value of window type and owner uid." into pi-dev am: a194d924

am: 0da0266b

Change-Id: I7e52c530a059592fefb14503b09cd0f416584e67
parents a8ef3b7a 0da0266b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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}.