Merge "Adding an optional param to the SurfaceTexture constructor."
This commit is contained in:
commit
0ed90b7894
@ -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) {}
|
||||
|
Loading…
Reference in New Issue
Block a user