| Index: cc/test/layer_tree_pixel_test.h
|
| diff --git a/cc/test/layer_tree_pixel_test.h b/cc/test/layer_tree_pixel_test.h
|
| index 4700ebdf4d604bc2a6165e072eb05288e8b2a8ef..1e5ddae1b29198160cb47fbf983951a4fa7a3dd1 100644
|
| --- a/cc/test/layer_tree_pixel_test.h
|
| +++ b/cc/test/layer_tree_pixel_test.h
|
| @@ -43,6 +43,10 @@ class LayerTreePixelTest : public LayerTreeTest {
|
| void RunPixelTest(scoped_refptr<Layer> content_root,
|
| base::FilePath file_name);
|
|
|
| + void RunPixelTestWithReadbackTarget(scoped_refptr<Layer> content_root,
|
| + Layer* target,
|
| + base::FilePath file_name);
|
| +
|
| // Common CSS colors defined for tests to use.
|
| enum Colors {
|
| kCSSOrange = 0xffffa500,
|
| @@ -54,6 +58,7 @@ class LayerTreePixelTest : public LayerTreeTest {
|
|
|
| private:
|
| scoped_refptr<Layer> content_root_;
|
| + Layer* readback_target_;
|
| base::FilePath ref_file_;
|
| };
|
|
|
|
|