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

* commit 'faddd77a917dd423aee5fc64c056c8c2e0ce6f9a':
  EGL14.eglCreateWindowSurface should set producerControlledByApp
This commit is contained in:
Andy McFadden
2014-03-07 17:43:40 +00:00
committed by Android Git Automerger

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;