diff options
| author | 2014-02-21 16:42:50 +0000 | |
|---|---|---|
| committer | 2014-02-21 16:42:50 +0000 | |
| commit | 25a571718ce9b8b0a1c3738845e9af4b9f3d1816 (patch) | |
| tree | 62fce377fed387d763aac650758f6678f86834bc | |
| parent | 9b0d5ffbb6cc847843e7f5ae7f891000c90a5989 (diff) | |
| parent | 9076fa78d2541fa14253aaf08e6445fafa17e35b (diff) | |
am 9076fa78: Merge "Update EGL codegen to be in sync with frameworks/base"
* commit '9076fa78d2541fa14253aaf08e6445fafa17e35b':
Update EGL codegen to be in sync with frameworks/base
| -rw-r--r-- | opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.cpp b/opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.cpp index 0cfd8863d3..0b6bf581e1 100644 --- a/opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.cpp +++ b/opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.cpp @@ -116,7 +116,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; |