Fix build.

Change-Id: I52bbebae38912a4fb71c96174b3d4d8eb6be10c1
This commit is contained in:
Craig Mautner
2012-07-27 14:30:59 -07:00
parent f063fa0c30
commit 39df578acd

View File

@@ -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;