diff options
| author | 2014-01-31 07:30:12 -0800 | |
|---|---|---|
| committer | 2014-01-31 07:30:12 -0800 | |
| commit | 4463a4ef26b2eb62fae74568193fd07e97dedd4d (patch) | |
| tree | 0eadb4e30d02fc3687aab86e64ac995d6dffe889 | |
| parent | 5901ddeb525ed7691c382e8d17f47055d7d1e5db (diff) | |
| parent | e05b7b50e234e8ed2471f5ad96bb3d715067e9f3 (diff) | |
am e05b7b50: Merge "EGL14.eglCreateWindowSurface should set producerControlledByApp"
* commit 'e05b7b50e234e8ed2471f5ad96bb3d715067e9f3':
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; |