Merge change I66a4a6e4

* changes:
  Fix merge conflict markers that accidentally got checked in.
This commit is contained in:
Android (Google) Code Review
2009-12-21 01:42:43 -08:00

View File

@@ -1405,14 +1405,10 @@ public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback
}
/*
<<<<<<< HEAD
* Tries to acquire the right to use an EGL
* surface. Does not block.
=======
* Tries once to acquire the right to use an EGL
* surface. Does not block. Requires that we are already
* in the sGLThreadManager monitor when this is called.
>>>>>>> dc49acb0
*
* @return true if the right to use an EGL surface was acquired.
*/
public boolean tryAcquireEglSurfaceLocked(GLThread thread) {