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

Commit 0e4afa1f authored by Derek Sollenberger's avatar Derek Sollenberger
Browse files

Adding an optional param to the SurfaceTexture constructor.

Change-Id: I0fdbccf483a16af8039b85c0562f19a34ebce536
parent bd1dee94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ namespace android {
struct SurfaceTexture {
    struct FrameAvailableListener : public virtual RefBase {};

    SurfaceTexture(GLuint) {}
    SurfaceTexture(GLuint, bool allowSynchronousMode = true) {}
    void updateTexImage() {}
    void decStrong(android::sp<android::SurfaceTexture>* const) {}
    void incStrong(android::sp<android::SurfaceTexture>* const) {}