commit | 9076fa78d2541fa14253aaf08e6445fafa17e35b | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Fri Feb 21 14:27:35 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 21 14:27:36 2014 +0000 |
tree | 9da937a0dcd52b90016326b709aeb3c30da4b25d | |
parent | f56ae1999948393ba8c207525d6466ee424c4467 [diff] | |
parent | 8e472fb4430c44f7d5b3f5c85a96516cfb762f88 [diff] |
Merge "Update EGL codegen to be in sync with frameworks/base"
diff --git a/opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.cpp b/opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.cpp index 0cfd886..0b6bf58 100644 --- a/opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.cpp +++ b/opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.cpp
@@ -116,7 +116,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;