Bug 778307. Don't shadow mFormat in DrawTargetCG. r=bgirard

This was causing problems with Azure content.
This commit is contained in:
Jeff Muizelaar 2012-07-31 12:28:03 -07:00
Родитель 933e8b34d6
Коммит 0d2a16823e
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -163,8 +163,6 @@ private:
*/
void *mData;
SurfaceFormat mFormat;
RefPtr<SourceSurfaceCGContext> mSnapshot;
};