am e05b7b50: Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp"
* commit 'e05b7b50e234e8ed2471f5ad96bb3d715067e9f3': EGL14.eglCreateWindowSurface should set producerControlledByApp
This commit is contained in:
@@ -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