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

Commit 4b15ab66 authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Fixing the build

Change-Id: I123b128f5d9e50653d8d4ed73ea07920b370b0fb
parent f92b57ca
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -450,7 +450,8 @@ public class BridgeWindowManager implements IWindowManager {
    }

    @Override
    public void stopWatchRotation(IRotationWatcher watcher) throws RemoteException {
    public void magnifyDisplay(int dipslayId, float scale, float offsetX, float offsetY)
            throws RemoteException {
        // TODO Auto-generated method stub
    }

@@ -473,13 +474,7 @@ public class BridgeWindowManager implements IWindowManager {
    }

    @Override
    public void getVisibleWindowsForDisplay(int displayId,
            List<WindowInfo> outInfos) throws RemoteException {
        // TODO Auto-generated method stub
    }

    @Override
    public void magnifyDisplay(int dipslayId, float scale, float offsetX, float offsetY)
    public void getVisibleWindowsForDisplay(int displayId, List<WindowInfo> outInfos)
            throws RemoteException {
        // TODO Auto-generated method stub
    }