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 <stddef.h> |
| 6 |
5 #include "build/build_config.h" | 7 #include "build/build_config.h" |
6 #include "cc/layers/content_layer_client.h" | 8 #include "cc/layers/content_layer_client.h" |
7 #include "cc/layers/picture_image_layer.h" | 9 #include "cc/layers/picture_image_layer.h" |
8 #include "cc/layers/picture_layer.h" | 10 #include "cc/layers/picture_layer.h" |
9 #include "cc/layers/solid_color_layer.h" | 11 #include "cc/layers/solid_color_layer.h" |
10 #include "cc/playback/display_item_list_settings.h" | 12 #include "cc/playback/display_item_list_settings.h" |
11 #include "cc/playback/drawing_display_item.h" | 13 #include "cc/playback/drawing_display_item.h" |
12 #include "cc/test/layer_tree_pixel_resource_test.h" | 14 #include "cc/test/layer_tree_pixel_resource_test.h" |
13 #include "cc/test/pixel_comparator.h" | 15 #include "cc/test/pixel_comparator.h" |
14 #include "third_party/skia/include/core/SkImage.h" | 16 #include "third_party/skia/include/core/SkImage.h" |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 | 495 |
494 RunPixelResourceTest(background, | 496 RunPixelResourceTest(background, |
495 base::FilePath( | 497 base::FilePath( |
496 FILE_PATH_LITERAL("mask_of_layer_with_blend.png"))); | 498 FILE_PATH_LITERAL("mask_of_layer_with_blend.png"))); |
497 } | 499 } |
498 | 500 |
499 } // namespace | 501 } // namespace |
500 } // namespace cc | 502 } // namespace cc |
501 | 503 |
502 #endif // !defined(OS_ANDROID) | 504 #endif // !defined(OS_ANDROID) |
OLD | NEW |