OLD | NEW |
1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "base/files/file_path.h" | 5 #include "base/files/file_path.h" |
6 #include "cc/solid_color_layer.h" | 6 #include "cc/layers/solid_color_layer.h" |
7 #include "cc/test/layer_tree_test_common.h" | 7 #include "cc/test/layer_tree_test_common.h" |
8 | 8 |
9 #ifndef CC_TEST_LAYER_TREE_PIXEL_TEST_H_ | 9 #ifndef CC_TEST_LAYER_TREE_PIXEL_TEST_H_ |
10 #define CC_TEST_LAYER_TREE_PIXEL_TEST_H_ | 10 #define CC_TEST_LAYER_TREE_PIXEL_TEST_H_ |
11 | 11 |
12 namespace cc { | 12 namespace cc { |
13 class LayerTreeHost; | 13 class LayerTreeHost; |
14 | 14 |
15 class LayerTreePixelTest : public ThreadedTest { | 15 class LayerTreePixelTest : public ThreadedTest { |
16 protected: | 16 protected: |
(...skipping 29 matching lines...) Expand all Loading... |
46 }; | 46 }; |
47 | 47 |
48 private: | 48 private: |
49 scoped_refptr<Layer> content_root_; | 49 scoped_refptr<Layer> content_root_; |
50 base::FilePath ref_file_; | 50 base::FilePath ref_file_; |
51 }; | 51 }; |
52 | 52 |
53 } // namespace cc | 53 } // namespace cc |
54 | 54 |
55 #endif // CC_TEST_LAYER_TREE_PIXEL_TEST_H_ | 55 #endif // CC_TEST_LAYER_TREE_PIXEL_TEST_H_ |
OLD | NEW |