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

Unified Diff: gpu/command_buffer/tests/gl_tests_main.cc

Issue 14273038: gpu: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « gpu/command_buffer/service/gpu_tracer.cc ('k') | gpu/gles2_conform_support/native/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/tests/gl_tests_main.cc
diff --git a/gpu/command_buffer/tests/gl_tests_main.cc b/gpu/command_buffer/tests/gl_tests_main.cc
index d585fde20b8e974c70a04cb9bf9b9a017d9e8380..a3a406d30de54058621d27d7335e4d3c380db440 100644
--- a/gpu/command_buffer/tests/gl_tests_main.cc
+++ b/gpu/command_buffer/tests/gl_tests_main.cc
@@ -36,8 +36,8 @@ int main(int argc, char** argv) {
#endif
gfx::GLSurface::InitializeOneOff();
::gles2::Initialize();
- MessageLoop::Type message_loop_type = MessageLoop::TYPE_UI;
- MessageLoop main_message_loop(message_loop_type);
+ base::MessageLoop::Type message_loop_type = base::MessageLoop::TYPE_UI;
+ base::MessageLoop main_message_loop(message_loop_type);
return GLTestHelper::RunTests(argc, argv);
}
« no previous file with comments | « gpu/command_buffer/service/gpu_tracer.cc ('k') | gpu/gles2_conform_support/native/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698