| 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 350370d455d9066ebde58bb085446bfa33bed45f..59a0b7a9aef026075b28882f04efa60b9e07dc78 100644
|
| --- a/ui/compositor/test/test_layer_animation_delegate.cc
|
| +++ b/ui/compositor/test/test_layer_animation_delegate.cc
|
| @@ -115,6 +115,10 @@ TestLayerAnimationDelegate::GetThreadedAnimationDelegate() {
|
| return &threaded_delegate_;
|
| }
|
|
|
| +int TestLayerAnimationDelegate::GetFrameNumber() {
|
| + return 0;
|
| +}
|
| +
|
| void TestLayerAnimationDelegate::CreateCcLayer() {
|
| cc_layer_ = cc::Layer::Create();
|
| }
|
|
|