| 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 a3d7f6767240db187145563381b0995b148926b8..d452fc0ce8de7ed3587d55c00b8aef94dbf2eb46 100644
|
| --- a/ui/compositor/test/test_layer_animation_delegate.cc
|
| +++ b/ui/compositor/test/test_layer_animation_delegate.cc
|
| @@ -88,4 +88,11 @@ SkColor TestLayerAnimationDelegate::GetColorForAnimation() const {
|
| return color_;
|
| }
|
|
|
| +void TestLayerAnimationDelegate::AddThreadedAnimation(
|
| + scoped_ptr<cc::Animation> animation) {
|
| +}
|
| +
|
| +void TestLayerAnimationDelegate::RemoveThreadedAnimation(int animation_id) {
|
| +}
|
| +
|
| } // namespace ui
|
|
|