OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2015 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #include "cc/trees/layer_tree_host.h" | |
6 | |
7 #include "cc/animation/animation_curve.h" | |
8 #include "cc/animation/layer_animation_controller.h" | |
9 #include "cc/animation/scroll_offset_animation_curve.h" | |
10 #include "cc/animation/timing_function.h" | |
11 #include "cc/base/time_util.h" | |
12 #include "cc/layers/layer.h" | |
13 #include "cc/layers/layer_impl.h" | |
14 #include "cc/test/animation_test_common.h" | |
15 #include "cc/test/fake_content_layer.h" | |
16 #include "cc/test/fake_content_layer_client.h" | |
17 #include "cc/test/layer_tree_test.h" | |
18 #include "cc/trees/layer_tree_impl.h" | |
19 | |
20 namespace cc { | |
21 namespace {} // namespace | |
22 } // 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.
| |
OLD | NEW |