зеркало из https://github.com/mozilla/gecko-dev.git
Bug 944703 - Part 4: make ContentHost hold a strong reference to its ISurfaceAllocator - r=nical
This commit is contained in:
Родитель
5d67536954
Коммит
036aec2ce9
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче