| Index: third_party/WebKit/Source/core/animation/AnimationStack.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationStack.cpp b/third_party/WebKit/Source/core/animation/AnimationStack.cpp
|
| index 226949c4baca47e7889e266098197af406dc86aa..6c3eb2b51875629f3cdc93a6f1c2c0e4107c739d 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationStack.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationStack.cpp
|
| @@ -151,7 +151,7 @@ bool AnimationStack::getAnimatedBoundingBox(FloatBox& box, CSSPropertyID propert
|
| double endRange = 1;
|
| timing.timingFunction->range(&startRange, &endRange);
|
| FloatBox expandingBox(originalBox);
|
| - if (!CompositorAnimations::instance()->getAnimatedBoundingBox(expandingBox, *effect->model(), startRange, endRange))
|
| + if (!CompositorAnimations::getAnimatedBoundingBox(expandingBox, *effect->model(), startRange, endRange))
|
| return false;
|
| box.expandTo(expandingBox);
|
| }
|
|
|