| Index: third_party/WebKit/Source/devtools/front_end/animation/AnimationUI.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/animation/AnimationUI.js b/third_party/WebKit/Source/devtools/front_end/animation/AnimationUI.js
|
| index 90c6e3d59959dbd4ac34056ae829107c1de8e5d4..a8b8dc55c1d78c0de78dc97701486a888bebe601 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/animation/AnimationUI.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/animation/AnimationUI.js
|
| @@ -175,7 +175,7 @@ Animation.AnimationUI = class {
|
| line.style.stroke = strokeColor;
|
| }
|
|
|
| - var bezier = Common.Geometry.CubicBezier.parse(easing);
|
| + var bezier = UI.Geometry.CubicBezier.parse(easing);
|
| var cache = this._cachedElements[iteration].keyframeRender;
|
| if (!cache[keyframeIndex]) {
|
| cache[keyframeIndex] = bezier ? parentElement.createSVGChild('path', 'animation-keyframe') :
|
|
|