зеркало из https://github.com/mozilla/gecko-dev.git
Merge m-c to f-t
This commit is contained in:
Коммит
2f5b16f2a4
|
@ -85,7 +85,7 @@ public class GLController extends JNIObject {
|
|||
void serverSurfaceChanged(int newWidth, int newHeight) {
|
||||
ThreadUtils.assertOnUiThread();
|
||||
|
||||
synchronized(this) {
|
||||
synchronized (this) {
|
||||
mWidth = newWidth;
|
||||
mHeight = newHeight;
|
||||
mServerSurfaceValid = true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче