Bug 741166 - Add clarifying comment. DONTBUILD

--HG--
extra : rebase_source : 4d2e524732e6a02d99f3c2b68d4ac066399b61b3
This commit is contained in:
Joe Drew 2012-04-02 15:57:53 -04:00
Родитель aadca4eb69
Коммит ba3ec97bbe
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -115,6 +115,8 @@ public class GLController {
return true;
}
// Wait until we are allowed to use EGL functions on the Surface backing
// this window.
public synchronized void waitForValidSurface() {
while (!mSurfaceValid) {
try {