Chromium Code Reviews| Index: content/common/gpu/client/gl_helper_unittest.cc |
| diff --git a/content/common/gpu/client/gl_helper_unittest.cc b/content/common/gpu/client/gl_helper_unittest.cc |
| index 1a3a352537662771ddd91fb85adc672f60748da6..7c0c2826a67e153bd9a6e239538f0db01738c86b 100644 |
| --- a/content/common/gpu/client/gl_helper_unittest.cc |
| +++ b/content/common/gpu/client/gl_helper_unittest.cc |
| @@ -1990,7 +1990,8 @@ namespace { |
| int RunHelper(base::TestSuite* test_suite) { |
| content::UnitTestTestSuite runner(test_suite); |
| - base::MessageLoopForIO message_loop; |
| + // Ozone needs MessageLoopForUI. Otherwise, MessageLoopForIO is enough. |
| + base::MessageLoopForUI message_loop; |
|
dshwang
2016/01/11 20:17:45
content_gl_tests creates a ContentTestSuite instan
|
| return runner.Run(); |
| } |