Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Side by Side Diff: cc/test/layer_tree_pixel_test.h

Issue 12603013: Part 10 of cc/ directory shuffles: layers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/test/layer_tree_json_parser.cc ('k') | cc/test/layer_tree_test_common.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « cc/test/layer_tree_json_parser.cc ('k') | cc/test/layer_tree_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698