Merge "Update EGL codegen to be in sync with frameworks/base"
This commit is contained in:
commit
9076fa78d2
@ -116,7 +116,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;
|
||||
|
Loading…
Reference in New Issue
Block a user