Build fix after changing IWindowSession.

Change-Id: I339fecb0138e8b8907fc53372b694021f6327260
This commit is contained in:
Filip Gruszczynski
2015-06-30 14:42:21 -07:00
parent 0ec1328f85
commit 7e3b61e73d

View File

@@ -47,7 +47,7 @@ public final class BridgeWindowSession implements IWindowSession {
@Override
public int addToDisplay(IWindow arg0, int seq, LayoutParams arg1, int arg2, int displayId,
Rect arg3, Rect arg4, InputChannel outInputchannel)
Rect arg3, Rect arg4, Rect arg5, InputChannel outInputchannel)
throws RemoteException {
// pass for now.
return 0;