Bug 1453795 - GFX - Initialize member fields in classes/ structures. r=nical
This commit is contained in:
@@ -23,7 +23,8 @@ ContainerLayerMLGPU::ContainerLayerMLGPU(LayerManagerMLGPU* aManager)
|
||||
: ContainerLayer(aManager, nullptr),
|
||||
LayerMLGPU(aManager),
|
||||
mInvalidateEntireSurface(false),
|
||||
mSurfaceCopyNeeded(false)
|
||||
mSurfaceCopyNeeded(false),
|
||||
mView(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user