Fix build.
Change-Id: Ife2b4b207270f8017d3acd80c76eaf1c7a50986d
This commit is contained in:
committed by
Dave Burke
parent
1fd6c33620
commit
9547d03ef1
@@ -24,6 +24,7 @@ import android.content.res.Configuration;
|
||||
import android.graphics.Bitmap;
|
||||
import android.graphics.Point;
|
||||
import android.os.IBinder;
|
||||
import android.os.IRemoteCallback;
|
||||
import android.os.RemoteException;
|
||||
import android.util.DisplayMetrics;
|
||||
import android.view.Display;
|
||||
@@ -451,7 +452,7 @@ public class BridgeWindowManager implements IWindowManager {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public void waitForAllDrawn() {
|
||||
public void waitForWindowDrawn(IBinder token, IRemoteCallback callback) {
|
||||
// TODO Auto-generated method stub
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user