We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a27a75 + 01caec8 commit b7ed847Copy full SHA for b7ed847
1 file changed
include/gui/SurfaceTexture.h
@@ -22,7 +22,7 @@ namespace android {
22
struct SurfaceTexture {
23
struct FrameAvailableListener : public virtual RefBase {};
24
25
- SurfaceTexture(GLuint) {}
+ SurfaceTexture(GLuint, bool allowSynchronousMode = true) {}
26
void updateTexImage() {}
27
void decStrong(android::sp<android::SurfaceTexture>* const) {}
28
void incStrong(android::sp<android::SurfaceTexture>* const) {}
0 commit comments