Index: cc/test/animation_test_common.cc |
diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc |
index 3c80b179ac11deefe74bac27b34488525444b32d..538a9511e42f2380f3b320af45f3a4a4fa3e61c8 100644 |
--- a/cc/test/animation_test_common.cc |
+++ b/cc/test/animation_test_common.cc |
@@ -170,6 +170,11 @@ bool FakeLayerAnimationValueObserver::IsActive() const |
return true; |
} |
+bool FakeLayerAnimationValueObserver::IsOrphaned() const |
+{ |
+ return false; |
+} |
+ |
scoped_ptr<cc::AnimationCurve> FakeFloatTransition::clone() const |
{ |
return make_scoped_ptr(new FakeFloatTransition(*this)).PassAs<cc::AnimationCurve>(); |