Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp" into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
faddd77a91
@@ -630,7 +630,7 @@ not_valid_surface:
|
||||
if (producer == NULL)
|
||||
goto not_valid_surface;
|
||||
|
||||
window = new android::Surface(producer);
|
||||
window = new android::Surface(producer, true);
|
||||
|
||||
if (window == NULL)
|
||||
goto not_valid_surface;
|
||||
|
||||
Reference in New Issue
Block a user