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

Unified Diff: ui/surface/accelerated_surface_win.cc

Issue 14061025: ui: 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 | « ui/shell_dialogs/select_file_dialog_win.cc ('k') | ui/views/animation/bounds_animator_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 3549483d5d9e0b2c0b82c4055639b3b34a7fc00e..1223616745ba5b4355d890580008eec1f6e543eb 100644
--- a/ui/surface/accelerated_surface_win.cc
+++ b/ui/surface/accelerated_surface_win.cc
@@ -184,7 +184,7 @@ void PresentThread::ResetDevice() {
lock_.AssertAcquired();
// The D3D device must be created on the present thread.
- CHECK(message_loop() == MessageLoop::current());
+ CHECK(message_loop() == base::MessageLoop::current());
// This will crash some Intel drivers but we can't render anything without
// reseting the device, which would be disappointing.
« no previous file with comments | « ui/shell_dialogs/select_file_dialog_win.cc ('k') | ui/views/animation/bounds_animator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698