Chromium Code Reviews| Index: cc/layers/picture_layer_impl_unittest.cc |
| diff --git a/cc/layers/picture_layer_impl_unittest.cc b/cc/layers/picture_layer_impl_unittest.cc |
| index 8da72b7e232f9e795109d612e03895e03d625f2b..70face09ca7790c622e8c82dd4ac278ce3295291 100644 |
| --- a/cc/layers/picture_layer_impl_unittest.cc |
| +++ b/cc/layers/picture_layer_impl_unittest.cc |
| @@ -22,6 +22,8 @@ |
| #include "cc/test/begin_frame_args_test.h" |
| #include "cc/test/fake_content_layer_client.h" |
| #include "cc/test/fake_impl_task_runner_provider.h" |
| +#include "cc/test/fake_layer_tree_host.h" |
|
vmpstr
2016/07/22 21:08:42
Is this pure IWYU or was it pulling the classes fr
danakj
2016/07/22 21:19:30
Yes IWYU.
|
| +#include "cc/test/fake_layer_tree_host_client.h" |
| #include "cc/test/fake_layer_tree_host_impl.h" |
| #include "cc/test/fake_output_surface.h" |
| #include "cc/test/fake_picture_layer_impl.h" |