Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: content/common/gpu/client/gl_helper_unittest.cc

Issue 1208603002: content: implement unittests backend for Ozone GBM Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Mac bots Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/test/content_test_suite.h » ('j') | content/test/content_test_suite.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « no previous file | content/test/content_test_suite.h » ('j') | content/test/content_test_suite.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698