Merge "DO NOT MERGE EGL14.eglCreateWindowSurface should set producerControlledByApp" into klp-modular-dev

This commit is contained in:
Justin Koh
2014-02-25 00:20:45 +00:00
committed by Android (Google) Code Review

View File

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