| Index: cc/animation/animation_registrar.cc
|
| diff --git a/cc/animation/animation_registrar.cc b/cc/animation/animation_registrar.cc
|
| index 05f522cbdce8c6e21bd8ae07991be8bf5206a6d0..7af5feaa8346357e4f127de880f7b83cf48f6ea5 100644
|
| --- a/cc/animation/animation_registrar.cc
|
| +++ b/cc/animation/animation_registrar.cc
|
| @@ -8,7 +8,8 @@
|
|
|
| namespace cc {
|
|
|
| -AnimationRegistrar::AnimationRegistrar() {}
|
| +AnimationRegistrar::AnimationRegistrar() : supports_scroll_animations_(false) {
|
| +}
|
|
|
| AnimationRegistrar::~AnimationRegistrar() {
|
| AnimationControllerMap copy = all_animation_controllers_;
|
|
|