зеркало из https://github.com/mozilla/gecko-dev.git
Bug 875211 - fix windows build on a CLOSED TREE
This commit is contained in:
Родитель
4f69a21cac
Коммит
1f2758228b
|
@ -234,9 +234,11 @@ CompositorOGL::CompositorOGL(nsIWidget *aWidget, int aSurfaceWidth,
|
|||
, mUseExternalSurfaceSize(aUseExternalSurfaceSize)
|
||||
, mFrameInProgress(false)
|
||||
, mDestroyed(false)
|
||||
, mTextures({0, 0, 0})
|
||||
{
|
||||
MOZ_COUNT_CTOR(CompositorOGL);
|
||||
mTextures[0] = 0;
|
||||
mTextures[1] = 0;
|
||||
mTextures[2] = 0;
|
||||
sBackend = LAYERS_OPENGL;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче