commit | ea62b95e7c562e8d0052441d8a0d7de6d919320f | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Mon Mar 18 22:44:58 2013 -0700 |
committer | Jack Palevich <jackpal@google.com> | Mon Mar 18 22:55:27 2013 -0700 |
tree | 28a4b3e40da88b483dd59451b72b240f83224108 | |
parent | ab7409e6376708cf8958f3cfb8f6fce2e7bfc69c [diff] |
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