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

Commit 7595e84d authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am f458d5fd: Merge "Tweak for forward-compatibility"

* commit 'f458d5fd':
  Tweak for forward-compatibility
parents 2b5f2d01 f458d5fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ struct SurfaceTexture {
    void getTransformMatrix(float mtx[16]) {}
    void setFrameAvailableListener(const sp<FrameAvailableListener>&) {}
    void setSynchronousMode(bool) {}
    GLenum getCurrentTextureTarget() const { return 0; }
};

static sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz)