Add missing interface method.

Fix broken build.

Change-Id: I6644df218e11a35330a985bdcb9ace33723330f5
This commit is contained in:
Craig Mautner
2012-07-10 15:17:25 -07:00
parent fbf885b652
commit 105b78bb31

View File

@@ -52,6 +52,11 @@ public final class BridgeWindow implements IWindow {
// pass for now.
}
@Override
public void moved(int arg0, int arg1) throws RemoteException {
// pass for now.
}
@Override
public void dispatchScreenState(boolean on) throws RemoteException {
// pass for now.