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

Commit 39df578a authored by Craig Mautner's avatar Craig Mautner
Browse files

Fix build.

Change-Id: I52bbebae38912a4fb71c96174b3d4d8eb6be10c1
parent f063fa0c
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -45,7 +45,24 @@ public final class BridgeWindowSession implements IWindowSession {
    }

    @Override
    public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2, Rect arg3)
    public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId,
                            Rect arg3, InputChannel outInputchannel)
            throws RemoteException {
        // pass for now.
        return 0;
    }

    @Override
    public int addWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2,
                                      Rect arg3)
            throws RemoteException {
        // pass for now.
        return 0;
    }

    @Override
    public int addToDisplayWithoutInputChannel(IWindow arg0, int seq, LayoutParams arg1, int arg2,
                                               int displayId, Rect arg3)
            throws RemoteException {
        // pass for now.
        return 0;