| 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 45c161f4dac50019e80febeaeea347e7eecc4217..816766e39f4d797040c9ec53c0d08f38d16dd06c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/animation/AnimationUI.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/animation/AnimationUI.js
|
| @@ -203,8 +203,6 @@ Animation.AnimationUI = class {
|
| }
|
|
|
| redraw() {
|
| - var durationWithDelay =
|
| - this._delay() + this._duration() * this._animation.source().iterations() + this._animation.source().endDelay();
|
| var maxWidth = this._timeline.width() - Animation.AnimationUI.Options.AnimationMargin;
|
|
|
| this._svg.setAttribute('width', (maxWidth + 2 * Animation.AnimationUI.Options.AnimationMargin).toFixed(2));
|
|
|