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

Commit a38801ed authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Fix build" into gb-ub-photos-arches

parents 80789c08 ea9e8814
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package com.android.gallery3d.ui;

import android.content.Context;
import android.graphics.Matrix;
import com.android.gallery3d.anim.CanvasAnimation;

@@ -42,4 +43,5 @@ public class GLRootMock implements GLRoot {
    public void freeze() {}
    public void unfreeze() {}
    public void setLightsOutMode(boolean enabled) {}
    public Context getContext() { return null; }
}
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package com.android.gallery3d.ui;

import android.content.Context;
import android.graphics.Matrix;
import com.android.gallery3d.anim.CanvasAnimation;

@@ -35,4 +36,5 @@ public class GLRootStub implements GLRoot {
    public void freeze() {}
    public void unfreeze() {}
    public void setLightsOutMode(boolean enabled) {}
    public Context getContext() { return null; }
}