Bug 574581 - "Conditional jump or move depends on uninitialised value(s)" in ThebesLayerOGL::EnsureSurface(). r=jones.chris.g

--HG--
extra : rebase_source : 6934d7596614430ae5366da61b2a0846fd90c311
This commit is contained in:
Oleg Romashin 2010-06-25 07:18:56 -04:00
Родитель 5e880dbc8a
Коммит fcce45e724
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -78,6 +78,7 @@ ThebesLayerOGL::ThebesLayerOGL(LayerManagerOGL *aManager)
, LayerOGL(aManager)
, mTexture(0)
, mOffscreenFormat(gfxASurface::ImageFormatUnknown)
, mOffscreenSize(-1,-1)
{
mImplData = static_cast<LayerOGL*>(this);
}