fix build break

bug: 27834014
Change-Id: Ib5d03818d285c50d220c45ebace635faf6771ff3
This commit is contained in:
Chong Zhang
2016-04-01 15:31:46 -07:00
parent 1c2db8992f
commit d19342a83d

View File

@@ -405,11 +405,13 @@ public class IWindowManagerImpl implements IWindowManager {
@Override
public int[] setNewConfiguration(Configuration arg0) throws RemoteException {
// TODO Auto-generated method stub
return null;
}
@Override
public Rect getBoundsForNewConfiguration(int stackId) throws RemoteException {
// TODO Auto-generated method stub
return null;
}
@Override