Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan
This commit is contained in:
@@ -20,10 +20,11 @@ namespace layers {
|
||||
using namespace gfx;
|
||||
|
||||
ContainerLayerMLGPU::ContainerLayerMLGPU(LayerManagerMLGPU* aManager)
|
||||
: ContainerLayer(aManager, nullptr),
|
||||
LayerMLGPU(aManager),
|
||||
mInvalidateEntireSurface(false),
|
||||
mSurfaceCopyNeeded(false)
|
||||
: ContainerLayer(aManager, nullptr)
|
||||
, LayerMLGPU(aManager)
|
||||
, mInvalidateEntireSurface(false)
|
||||
, mSurfaceCopyNeeded(false)
|
||||
, mView{ nullptr }
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user