Index: cc/test/animation_test_common.h |
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h |
index 4e5752c961cbcb06d79ab79b0fc257833c589da3..cab2ccf1b4df5180676f7da2c00251c4909cda38 100644 |
--- a/cc/test/animation_test_common.h |
+++ b/cc/test/animation_test_common.h |
@@ -79,6 +79,12 @@ class FakeLayerAnimationValueObserver : public LayerAnimationValueObserver { |
gfx::Transform transform_; |
}; |
+class FakeInactiveLayerAnimationValueObserver |
+ : public FakeLayerAnimationValueObserver { |
+ public: |
+ virtual bool IsActive() const OVERRIDE; |
+}; |
+ |
int AddOpacityTransitionToController(LayerAnimationController* controller, |
double duration, |
float start_opacity, |