mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 08:51:04 +00:00
Bug 774077 - Fix Clang warning in nsSVGGraphicElement.cpp. r=dholbert.
--HG-- extra : rebase_source : 20a6001c421008c19d6000541077c78819520393
This commit is contained in:
parent
92c3dfd59b
commit
60ec6a4ffb
@ -237,7 +237,7 @@ void
|
||||
nsSVGGraphicElement::SetAnimateMotionTransform(const gfxMatrix* aMatrix)
|
||||
{
|
||||
if ((!aMatrix && !mAnimateMotionTransform) ||
|
||||
aMatrix && mAnimateMotionTransform && *aMatrix == *mAnimateMotionTransform) {
|
||||
(aMatrix && mAnimateMotionTransform && *aMatrix == *mAnimateMotionTransform)) {
|
||||
return;
|
||||
}
|
||||
mAnimateMotionTransform = aMatrix ? new gfxMatrix(*aMatrix) : nsnull;
|
||||
|
Loading…
x
Reference in New Issue
Block a user