summaryrefslogtreecommitdiffstats
path: root/opengl/tools
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-02-21 14:27:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-02-21 14:27:36 +0000
commit9076fa78d2541fa14253aaf08e6445fafa17e35b (patch)
tree9da937a0dcd52b90016326b709aeb3c30da4b25d /opengl/tools
parentf56ae1999948393ba8c207525d6466ee424c4467 (diff)
parent8e472fb4430c44f7d5b3f5c85a96516cfb762f88 (diff)
downloadframeworks_native-9076fa78d2541fa14253aaf08e6445fafa17e35b.zip
frameworks_native-9076fa78d2541fa14253aaf08e6445fafa17e35b.tar.gz
frameworks_native-9076fa78d2541fa14253aaf08e6445fafa17e35b.tar.bz2
Merge "Update EGL codegen to be in sync with frameworks/base"
Diffstat (limited to 'opengl/tools')
-rw-r--r--opengl/tools/glgen/stubs/egl/eglCreateWindowSurface.cpp2
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 0cfd886..0b6bf58 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;