Jack Palevich ea62b95e7c Fix createSurface / eglCreateWindowSurface race.
Previously we could have returned from createSurface on the main thread
before calling eglCreateWindowSurface on the GLThread. That could lead
to a problem because the surface could be destroyed before
eglCreateWindowSurface got a chance to run.

Bug: 8328715
Change-Id: I273149f7d4b165abbe218a91ff54083f3f498cb0
2013-03-18 22:55:27 -07:00
..
2013-03-07 14:20:46 -08:00
2013-02-25 16:48:44 -08:00
2013-02-25 16:48:44 -08:00
2012-07-31 18:55:16 -07:00