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

Commit 90b39aba authored by Colin Cross's avatar Colin Cross Committed by Android (Google) Code Review
Browse files

Merge "fix build"

parents eed2be4e 0b65c56e
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;
    }