Bug 827844 - Fix flickering when layout changes on Firefox/android. r=kats,bgirard

Fix flickering that can occur when the surface size changes due to a layout
change (such as the virtual keyboard appearing/disappearing) on Android.
This commit is contained in:
Chris Lord
2013-01-10 17:32:43 +00:00
parent fc51973e5c
commit fd9dd3979f
6 changed files with 73 additions and 13 deletions

View File

@@ -74,6 +74,10 @@ public class GLController {
notifyAll();
}
public boolean hasValidSurface() {
return mSurfaceValid;
}
private void initEGL() {
mEGL = (EGL10)EGLContext.getEGL();