Backout 5f82df6b980e (bug 757944) on suspicion of reftest failures

This commit is contained in:
Ed Morley 2012-05-24 17:51:46 +01:00
parent af46ce37a2
commit 34309ca065

View File

@ -137,6 +137,11 @@ public class GLController {
}
mGL = mEGLContext.getGL();
if (mView.getRenderer() != null) {
mView.getRenderer().onSurfaceCreated((GL10)mGL, mEGLConfig);
mView.getRenderer().onSurfaceChanged((GL10)mGL, mWidth, mHeight);
}
}
private EGLConfig chooseConfig() {