Skip to content

Commit 9547d03

Browse files
Dianne HackbornDave Burke
authored andcommitted
Fix build.
Change-Id: Ife2b4b207270f8017d3acd80c76eaf1c7a50986d
1 parent 1fd6c33 commit 9547d03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgeWindowManager.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import android.graphics.Bitmap;
2525
import android.graphics.Point;
2626
import android.os.IBinder;
27+
import android.os.IRemoteCallback;
2728
import android.os.RemoteException;
2829
import android.util.DisplayMetrics;
2930
import android.view.Display;
@@ -451,7 +452,7 @@ public int watchRotation(IRotationWatcher arg0) throws RemoteException {
451452
return 0;
452453
}
453454

454-
public void waitForAllDrawn() {
455+
public void waitForWindowDrawn(IBinder token, IRemoteCallback callback) {
455456
// TODO Auto-generated method stub
456457
}
457458

0 commit comments

Comments
 (0)