commit | e05b7b50e234e8ed2471f5ad96bb3d715067e9f3 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Fri Jan 31 01:26:14 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 31 01:26:15 2014 +0000 |
tree | 91aa9e8aa243a04fc40b22ab3036afdc9978567c | |
parent | 0a1b64fe79f41eec5cebe8434ab30d93e2ea2724 [diff] | |
parent | f933737784bea4e27b70522cfd34ddaa45481d12 [diff] |
Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp"
diff --git a/core/jni/android_opengl_EGL14.cpp b/core/jni/android_opengl_EGL14.cpp index 1fe4b08..5b0a4b2 100644 --- a/core/jni/android_opengl_EGL14.cpp +++ b/core/jni/android_opengl_EGL14.cpp
@@ -630,7 +630,7 @@ 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;