Add bug number (bug 828173) to FIXME comment.

DONTBUILD.
This commit is contained in:
L. David Baron 2014-02-28 17:14:31 -08:00
parent 3f31183701
commit 9f6268fc48

View File

@ -255,7 +255,7 @@ CommonAnimationManager::UpdateThrottledStyle(dom::Element* aElement,
mPresContext->AnimationManager()->EnsureStyleRuleFor(ea);
curRule.mRule = ea->mStyleRule;
// FIXME: maybe not needed anymore:
// FIXME (bug 828173): maybe not needed anymore:
ForceLayerRerendering(primaryFrame, ea);
} else if (curRule.mLevel == nsStyleSet::eTransitionSheet) {
ElementTransitions *et =
@ -269,7 +269,7 @@ CommonAnimationManager::UpdateThrottledStyle(dom::Element* aElement,
et->EnsureStyleRuleFor(mPresContext->RefreshDriver()->MostRecentRefresh());
curRule.mRule = et->mStyleRule;
// FIXME: maybe not needed anymore:
// FIXME (bug 828173): maybe not needed anymore:
ForceLayerRerendering(primaryFrame, et);
} else {
curRule.mRule = ruleNode->GetRule();