Bug 1011327 - Add checks around SharedBufferManagerParent

This commit is contained in:
Sotaro Ikeda
2014-05-20 13:50:25 -07:00
parent 68bba3032a
commit 6d56e6a846
3 changed files with 38 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ GrallocTextureClientOGL::GrallocTextureClientOGL(ISurfaceAllocator* aAllocator,
gfx::BackendType aMoz2dBackend,
TextureFlags aFlags)
: BufferTextureClient(aAllocator, aFormat, aMoz2dBackend, aFlags)
, mGrallocHandle(null_t())
, mMappedBuffer(nullptr)
, mMediaBuffer(nullptr)
{