Index: ui/compositor/test/compositor_test_support.h |
diff --git a/ui/compositor/test/compositor_test_support.h b/ui/compositor/test/compositor_test_support.h |
index e0923400cde6413625c735bb4998d3dac6eaf721..f1cf965ad233154df0c4cc698072473209f90199 100644 |
--- a/ui/compositor/test/compositor_test_support.h |
+++ b/ui/compositor/test/compositor_test_support.h |
@@ -5,8 +5,17 @@ |
#ifndef UI_COMPOSITOR_TEST_COMPOSITOR_TEST_SUPPORT_H_ |
#define UI_COMPOSITOR_TEST_COMPOSITOR_TEST_SUPPORT_H_ |
+#include "base/memory/scoped_ptr.h" |
+#include "ui/base/animation/animation_container_test_helper.h" |
+ |
namespace ui { |
+namespace test { |
+ |
+scoped_ptr<AnimationContainerTestHelper> CreateLayerAnimatorHelperForTest(); |
+ |
+} |
+ |
class CompositorTestSupport { |
public: |
// Called by programs that want to use a real compositor, |