mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Bug 445268. Initialize gfxRect to empty, it doesn't do it automatically. Should fix regression from bug 416305. r=longsonr,sr=mats
This commit is contained in:
parent
b2bdb8ad76
commit
52a3575d40
@ -97,7 +97,7 @@ nsSVGFilterInstance::ComputeFilterPrimitiveSubregion(PrimitiveInfo* aPrimitive)
|
||||
{
|
||||
nsSVGFE* fE = aPrimitive->mFE;
|
||||
|
||||
gfxRect defaultFilterSubregion;
|
||||
gfxRect defaultFilterSubregion(0,0,0,0);
|
||||
if (fE->SubregionIsUnionOfRegions()) {
|
||||
for (PRUint32 i = 0; i < aPrimitive->mInputs.Length(); ++i) {
|
||||
defaultFilterSubregion =
|
||||
|
Loading…
x
Reference in New Issue
Block a user