| Index: ui/compositor/test/test_layer_animation_delegate.cc
|
| diff --git a/ui/compositor/test/test_layer_animation_delegate.cc b/ui/compositor/test/test_layer_animation_delegate.cc
|
| index ce875e68efaab8c2debf7be2a33e277ae7a353ab..e6053d6765d04c90f5fa4a36023978500ae18610 100644
|
| --- a/ui/compositor/test/test_layer_animation_delegate.cc
|
| +++ b/ui/compositor/test/test_layer_animation_delegate.cc
|
| @@ -98,4 +98,9 @@ void TestLayerAnimationDelegate::AddThreadedAnimation(
|
| void TestLayerAnimationDelegate::RemoveThreadedAnimation(int animation_id) {
|
| }
|
|
|
| +LayerAnimatorCollection*
|
| +TestLayerAnimationDelegate::GetLayerAnimatorCollection() {
|
| + return NULL;
|
| +}
|
| +
|
| } // namespace ui
|
|
|