Index: cc/trees/layer_tree_host_unittest_animation_timelines.cc |
diff --git a/cc/trees/layer_tree_host_unittest_animation_timelines.cc b/cc/trees/layer_tree_host_unittest_animation_timelines.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b3b4a6e799985c54e54428317e6f153e6d40030e |
--- /dev/null |
+++ b/cc/trees/layer_tree_host_unittest_animation_timelines.cc |
@@ -0,0 +1,22 @@ |
+// Copyright 2015 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "cc/trees/layer_tree_host.h" |
+ |
+#include "cc/animation/animation_curve.h" |
+#include "cc/animation/layer_animation_controller.h" |
+#include "cc/animation/scroll_offset_animation_curve.h" |
+#include "cc/animation/timing_function.h" |
+#include "cc/base/time_util.h" |
+#include "cc/layers/layer.h" |
+#include "cc/layers/layer_impl.h" |
+#include "cc/test/animation_test_common.h" |
+#include "cc/test/fake_content_layer.h" |
+#include "cc/test/fake_content_layer_client.h" |
+#include "cc/test/layer_tree_test.h" |
+#include "cc/trees/layer_tree_impl.h" |
+ |
+namespace cc { |
+namespace {} // namespace |
+} // namespace cc |
loyso (OOO)
2015/04/22 01:46:01
This file is a stub. Tests to be added in the next
ajuma
2015/04/22 15:47:18
Yes, please remove it and add it to the CL where i
loyso (OOO)
2015/04/30 06:40:21
Done.
|