Merge "Update EGL codegen to be in sync with frameworks/base"

This commit is contained in:
Narayan Kamath 2014-02-21 14:27:35 +00:00 committed by Gerrit Code Review
commit 9076fa78d2
1 changed files with 1 additions and 1 deletions

View File

@ -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;