mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Backout 883bdf118b52 since dependent code was backed out from m-c
This commit is contained in:
parent
176133d420
commit
331d76deeb
@ -276,7 +276,7 @@ AddAnimationsForProperty(nsIFrame* aFrame, nsCSSProperty aProperty,
|
||||
nsStyleContext* styleContext = aFrame->GetStyleContext();
|
||||
nsPresContext* presContext = aFrame->PresContext();
|
||||
nsRect bounds = nsDisplayTransform::GetFrameBoundsForTransform(aFrame);
|
||||
float scale = presContext->AppUnitsPerDevPixel();
|
||||
float scale = nsDeviceContext::AppUnitsPerCSSPixel();
|
||||
float iterations = ea->mIterationCount != NS_IEEEPositiveInfinity()
|
||||
? ea->mIterationCount : -1;
|
||||
for (PRUint32 propIdx = 0; propIdx < ea->mProperties.Length(); propIdx++) {
|
||||
|
Loading…
Reference in New Issue
Block a user