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

Unified Diff: gpu/gles2_conform_support/native/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
Index: gpu/gles2_conform_support/native/main.cc
diff --git a/gpu/gles2_conform_support/native/main.cc b/gpu/gles2_conform_support/native/main.cc
index 69c0f9195ba4d6de3064cfcf2993bd6c1d4493d5..3a1852dc6d32a071d262ec54ca28c9b1b5926518 100644
--- a/gpu/gles2_conform_support/native/main.cc
+++ b/gpu/gles2_conform_support/native/main.cc
@@ -25,7 +25,7 @@ extern "C" {
int main(int argc, char *argv[]) {
base::AtExitManager at_exit;
CommandLine::Init(argc, argv);
- MessageLoopForUI message_loop;
+ base::MessageLoopForUI message_loop;
#if defined(OS_MACOSX)
base::mac::ScopedNSAutoreleasePool pool;
« no previous file with comments | « gpu/command_buffer/tests/gl_tests_main.cc ('k') | gpu/tools/compositor_model_bench/compositor_model_bench.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698