commit | 46a1f6b40e1f7677cd41cd30f729ff66c7c21517 | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Wed Aug 06 12:15:15 2014 -0700 |
committer | Jesse Hall <jessehall@google.com> | Thu Sep 04 10:07:28 2014 -0700 |
tree | 3c418eaf1b66b409142d780df1c754e26c55e1aa | |
parent | 41088d9e9f50aa5a0ef658d879f617992a967c5c [diff] [blame] |
GLConsumer: correct EGL_NO_DISPLAY to EGL_NO_CONTEXT Change-Id: I4dcb57a0db9ee3c5222cd453c9213859384212b0
diff --git a/libs/gui/GLConsumer.cpp b/libs/gui/GLConsumer.cpp index ccafe81..94e9866 100644 --- a/libs/gui/GLConsumer.cpp +++ b/libs/gui/GLConsumer.cpp
@@ -505,7 +505,7 @@ if (mEglDisplay == EGL_NO_DISPLAY) { mEglDisplay = dpy; } - if (mEglContext == EGL_NO_DISPLAY) { + if (mEglContext == EGL_NO_CONTEXT) { mEglContext = ctx; } }