Bug 944703 - Part 4: make ContentHost hold a strong reference to its ISurfaceAllocator - r=nical

This commit is contained in:
Benoit Jacob 2013-12-03 13:44:38 -05:00
Родитель 5d67536954
Коммит 036aec2ce9
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -462,7 +462,7 @@ private:
nsIntRect GetQuadrantRectangle(XSide aXSide, YSide aYSide) const;
ISurfaceAllocator* mDeAllocator;
RefPtr<ISurfaceAllocator> mDeAllocator;
TextureIdentifier mTextureId;
SurfaceDescriptor mDescriptor;
nsIntRegion mUpdated;
@ -472,7 +472,7 @@ private:
nsTArray<nsAutoPtr<Request> > mUpdateList;
ISurfaceAllocator* mDeAllocator;
RefPtr<ISurfaceAllocator> mDeAllocator;
};
}