Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp"

This commit is contained in:
Igor Murashkin
2014-01-31 01:26:14 +00:00
committed by Gerrit Code Review

View File

@@ -630,7 +630,7 @@ not_valid_surface:
if (producer == NULL) if (producer == NULL)
goto not_valid_surface; goto not_valid_surface;
window = new android::Surface(producer); window = new android::Surface(producer, true);
if (window == NULL) if (window == NULL)
goto not_valid_surface; goto not_valid_surface;