Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp" into klp-dev

This commit is contained in:
Andy McFadden
2014-03-07 17:40:39 +00:00
committed by Android (Google) 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;