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

Commit 0b65c56e authored by Colin Cross's avatar Colin Cross
Browse files

fix build

Fix make checkbuild.

Change-Id: Ie9335a9e8afe4dc13ec47b2e84ab433b19ff315f
parent 316e533a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -453,13 +453,13 @@ public class IWindowManagerImpl implements IWindowManager {
    }

    @Override
    public boolean clearWindowContentRenderStats(IBinder token) {
    public boolean clearWindowContentFrameStats(IBinder token) {
        // TODO Auto-generated method stub
        return false;
    }

    @Override
    public WindowContentFrameStats getWindowContentRenderStats(IBinder token) {
    public WindowContentFrameStats getWindowContentFrameStats(IBinder token) {
        // TODO Auto-generated method stub
        return null;
    }