| Index: Source/core/animation/CompositorPendingAnimations.h
|
| diff --git a/Source/core/animation/CompositorPendingAnimations.h b/Source/core/animation/CompositorPendingAnimations.h
|
| index 11585b2ec2cdd2f553fcd89e048215da7cbdea38..b7660f277b01fb258566ca3a527f444ef93f0354 100644
|
| --- a/Source/core/animation/CompositorPendingAnimations.h
|
| +++ b/Source/core/animation/CompositorPendingAnimations.h
|
| @@ -43,7 +43,7 @@ namespace blink {
|
| // For CSS Animations, used to synchronize the start of main-thread animations
|
| // with compositor animations when both classes of CSS Animations are triggered
|
| // by the same recalc
|
| -class CompositorPendingAnimations FINAL {
|
| +class CompositorPendingAnimations final {
|
| DISALLOW_ALLOCATION();
|
| public:
|
|
|
|
|