This commit is contained in:
Phil Ringnalda 2016-05-14 14:56:41 -07:00
Родитель 3301837485 082cfb6b13
Коммит 2f5b16f2a4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;