| Index: tracing/tracing/ui/timeline_display_transform_animations.html
|
| diff --git a/tracing/tracing/ui/timeline_display_transform_animations.html b/tracing/tracing/ui/timeline_display_transform_animations.html
|
| index 7122d9ba51c840d3e5cb12a513071ca6288f9d04..a1f5ecff9b15209f6e53d9802d5aeacb3b422174 100644
|
| --- a/tracing/tracing/ui/timeline_display_transform_animations.html
|
| +++ b/tracing/tracing/ui/timeline_display_transform_animations.html
|
| @@ -130,7 +130,7 @@ tr.exportTo('tr.ui', function() {
|
| __proto__: tr.ui.b.Animation.prototype,
|
|
|
| get affectsPanY() {
|
| - return this.startPanY != this.goalFocalPointY;
|
| + return this.startPanY !== this.goalFocalPointY;
|
| },
|
|
|
| canTakeOverFor: function(existingAnimation) {
|
|
|