Fix build.
Change-Id: I52bbebae38912a4fb71c96174b3d4d8eb6be10c1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user