Bug 1072313 - Check for more leaks in the layers code. r=mstange

This commit is contained in:
Benoit Girard
2015-07-29 11:57:03 -04:00
parent b12eada99e
commit dd036454ac
5 changed files with 32 additions and 7 deletions

View File

@@ -14,10 +14,13 @@ MacIOSurfaceTextureSourceBasic::MacIOSurfaceTextureSourceBasic(
MacIOSurface* aSurface)
: mCompositor(aCompositor)
, mSurface(aSurface)
{}
{
MOZ_COUNT_CTOR(MacIOSurfaceTextureSourceBasic);
}
MacIOSurfaceTextureSourceBasic::~MacIOSurfaceTextureSourceBasic()
{
MOZ_COUNT_DTOR(MacIOSurfaceTextureSourceBasic);
}
gfx::IntSize