Bug 834243 - avoid calling serverSurfaceChanged before the compositor is created - r=vladv
This commit is contained in:
@@ -153,6 +153,10 @@ public class GLController {
|
||||
return mServerSurfaceValid;
|
||||
}
|
||||
|
||||
public boolean isCompositorCreated() {
|
||||
return mCompositorCreated;
|
||||
}
|
||||
|
||||
private void initEGL() {
|
||||
if (mEGL != null) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user