am e05b7b50: Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp"

* commit 'e05b7b50e234e8ed2471f5ad96bb3d715067e9f3':
  EGL14.eglCreateWindowSurface should set producerControlledByApp
This commit is contained in:
Igor Murashkin
2014-01-31 07:30:12 -08: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;