| Index: cc/test/pixel_test.h
|
| diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h
|
| index 1d86f92ff2e888ee66a94f2363d8c8bbb0ebef15..fabf0f5d74201b77296b5beea16221ad8906b301 100644
|
| --- a/cc/test/pixel_test.h
|
| +++ b/cc/test/pixel_test.h
|
| @@ -34,6 +34,10 @@ class PixelTest : public testing::Test {
|
| const base::FilePath& ref_file,
|
| const PixelComparator& comparator);
|
|
|
| + bool RunPixelTest(RenderPassList* pass_list,
|
| + std::vector<SkColor>* ref_pixels,
|
| + const PixelComparator& comparator);
|
| +
|
| bool RunPixelTestWithReadbackTarget(
|
| RenderPassList* pass_list,
|
| RenderPass* target,
|
|
|