Bug 834243 - avoid calling serverSurfaceChanged before the compositor is created - r=vladv

This commit is contained in:
Benoit Jacob
2013-11-20 17:50:54 -05:00
parent 3dd9a1d04f
commit 9c8955e568
2 changed files with 11 additions and 2 deletions

View File

@@ -153,6 +153,10 @@ public class GLController {
return mServerSurfaceValid;
}
public boolean isCompositorCreated() {
return mCompositorCreated;
}
private void initEGL() {
if (mEGL != null) {
return;