Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c14d36c authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 892e0782: am ad4a174b: Merge "Fix build." into jb-mr2-dev

* commit '892e0782':
  Fix build.
parents 9cad79bb 892e0782
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ import android.os.Bundle;
import android.os.IBinder;
import android.os.RemoteException;
import android.view.IWindow;
import android.view.IWindowId;
import android.view.IWindowSession;
import android.view.InputChannel;
import android.view.Surface;
@@ -199,4 +200,10 @@ public final class BridgeWindowSession implements IWindowSession {
    public void onRectangleOnScreenRequested(IBinder window, Rect rectangle, boolean immediate) {
        // pass for now.
    }

    @Override
    public IWindowId getWindowId(IBinder window) throws RemoteException {
        // pass for now.
        return null;
    }
}