diff options
| author | 2014-01-31 01:26:14 +0000 | |
|---|---|---|
| committer | 2014-01-31 01:26:15 +0000 | |
| commit | e05b7b50e234e8ed2471f5ad96bb3d715067e9f3 (patch) | |
| tree | 91aa9e8aa243a04fc40b22ab3036afdc9978567c | |
| parent | 0a1b64fe79f41eec5cebe8434ab30d93e2ea2724 (diff) | |
| parent | f933737784bea4e27b70522cfd34ddaa45481d12 (diff) | |
Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp"
| -rw-r--r-- | core/jni/android_opengl_EGL14.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/android_opengl_EGL14.cpp b/core/jni/android_opengl_EGL14.cpp index 1fe4b08d9721..5b0a4b2e4039 100644 --- a/core/jni/android_opengl_EGL14.cpp +++ b/core/jni/android_opengl_EGL14.cpp @@ -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; |