am 47de335b: am b5196422: Merge "opengles emulator: Init eglError to EGL_SUCCESS"

* commit '47de335bd60310be3cb2f936a5547dc060918e99':
  opengles emulator: Init eglError to EGL_SUCCESS
This commit is contained in:
David Turner
2011-07-06 07:46:01 -07:00
committed by Android Git Automerger

View File

@@ -22,7 +22,7 @@ struct EGLContext_t;
struct EGLThreadInfo
{
EGLThreadInfo() : currentContext(NULL), hostConn(NULL), eglError(0) {}
EGLThreadInfo() : currentContext(NULL), hostConn(NULL), eglError(EGL_SUCCESS) {}
EGLContext_t *currentContext;
HostConnection *hostConn;