OLD | NEW |
1 // Copyright 2012 The Chromium Authors. All rights reserved. | 1 // Copyright 2012 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/message_loop.h" | 5 #include "base/message_loop/message_loop.h" |
6 #include "cc/layers/append_quads_data.h" | 6 #include "cc/layers/append_quads_data.h" |
7 #include "cc/output/gl_renderer.h" | 7 #include "cc/output/gl_renderer.h" |
8 #include "cc/quads/draw_quad.h" | 8 #include "cc/quads/draw_quad.h" |
9 #include "cc/quads/picture_draw_quad.h" | 9 #include "cc/quads/picture_draw_quad.h" |
10 #include "cc/quads/texture_draw_quad.h" | 10 #include "cc/quads/texture_draw_quad.h" |
11 #include "cc/resources/platform_color.h" | 11 #include "cc/resources/platform_color.h" |
12 #include "cc/resources/sync_point_helper.h" | 12 #include "cc/resources/sync_point_helper.h" |
13 #include "cc/test/fake_picture_pile_impl.h" | 13 #include "cc/test/fake_picture_pile_impl.h" |
14 #include "cc/test/pixel_test.h" | 14 #include "cc/test/pixel_test.h" |
15 #include "gpu/GLES2/gl2extchromium.h" | 15 #include "gpu/GLES2/gl2extchromium.h" |
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1406 | 1406 |
1407 EXPECT_TRUE(this->RunPixelTest( | 1407 EXPECT_TRUE(this->RunPixelTest( |
1408 &pass_list, | 1408 &pass_list, |
1409 base::FilePath(FILE_PATH_LITERAL("four_blue_green_checkers.png")), | 1409 base::FilePath(FILE_PATH_LITERAL("four_blue_green_checkers.png")), |
1410 ExactPixelComparator(true))); | 1410 ExactPixelComparator(true))); |
1411 } | 1411 } |
1412 #endif // !defined(OS_ANDROID) | 1412 #endif // !defined(OS_ANDROID) |
1413 | 1413 |
1414 } // namespace | 1414 } // namespace |
1415 } // namespace cc | 1415 } // namespace cc |
OLD | NEW |