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

Unified Diff: ui/surface/accelerated_surface_win.cc

Issue 16092013: Use base::MessageLoop in more files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again, sigh Created 7 years, 7 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 | « ui/snapshot/snapshot_aura_unittest.cc ('k') | webkit/browser/blob/blob_storage_context_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/surface/accelerated_surface_win.cc
diff --git a/ui/surface/accelerated_surface_win.cc b/ui/surface/accelerated_surface_win.cc
index bb19b7d69f7d8f06fbbaa6fb406dca0ca30d55db..298f12503665d0d4d9548bb8d6ad419d2621af43 100644
--- a/ui/surface/accelerated_surface_win.cc
+++ b/ui/surface/accelerated_surface_win.cc
@@ -174,7 +174,7 @@ PresentThread::PresentThread(const char* name, uint64 adapter_luid)
void PresentThread::SetAdapterLUID(uint64 adapter_luid) {
base::AutoLock locked(lock_);
- CHECK(message_loop() == MessageLoop::current());
+ CHECK(message_loop() == base::MessageLoop::current());
if (adapter_luid_ == adapter_luid)
return;
« no previous file with comments | « ui/snapshot/snapshot_aura_unittest.cc ('k') | webkit/browser/blob/blob_storage_context_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698