Chromium Code Reviews| Index: components/display_compositor/yuv_readback_unittest.cc |
| diff --git a/components/display_compositor/yuv_readback_unittest.cc b/components/display_compositor/yuv_readback_unittest.cc |
| index 4e4806ef6a5efcf9d48b1cacb6d78666c49593ff..75d2dd648d39ddfa129a8b97f72ad1e70ffdc96b 100644 |
| --- a/components/display_compositor/yuv_readback_unittest.cc |
| +++ b/components/display_compositor/yuv_readback_unittest.cc |
| @@ -473,6 +473,7 @@ class YUVReadbackTest : public testing::Test { |
| gpu::gles2::GLES2Interface* gl_; |
| std::unique_ptr<display_compositor::GLHelper> helper_; |
| gfx::DisableNullDrawGLBindings enable_pixel_output_; |
| + base::MessageLoop message_loop_; |
|
Fady Samuel
2016/05/03 18:03:44
Do we use this?
Peng
2016/05/03 18:10:36
It is necessary for those tests.
|
| }; |
| TEST_F(YUVReadbackTest, YUVReadbackOptTest) { |