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

Unified Diff: ui/aura/monitor_change_observer_x11.cc

Issue 10441028: aura/cros: Rename MessagePump{X => AuraX11} and move the atom cache into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error in file added in the interim Created 8 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/aura/dispatcher_linux.cc ('k') | ui/aura/root_window_host_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/monitor_change_observer_x11.cc
diff --git a/ui/aura/monitor_change_observer_x11.cc b/ui/aura/monitor_change_observer_x11.cc
index 7673f812cba02236eea453a90491ec5122750be7..09ce293349bb24e6445d02ceca084cbf45901257 100644
--- a/ui/aura/monitor_change_observer_x11.cc
+++ b/ui/aura/monitor_change_observer_x11.cc
@@ -11,7 +11,7 @@
#include <X11/extensions/Xrandr.h>
-#include "base/message_pump_x.h"
+#include "base/message_pump_aurax11.h"
#include "ui/aura/env.h"
#include "ui/aura/dispatcher_linux.h"
#include "ui/aura/monitor_manager.h"
@@ -46,7 +46,7 @@ bool CompareMonitorY(const gfx::Monitor& lhs, const gfx::Monitor& rhs) {
} // namespace
MonitorChangeObserverX11::MonitorChangeObserverX11()
- : xdisplay_(base::MessagePumpX::GetDefaultXDisplay()),
+ : xdisplay_(base::MessagePumpAuraX11::GetDefaultXDisplay()),
x_root_window_(DefaultRootWindow(xdisplay_)),
xrandr_event_base_(0) {
XRRSelectInput(xdisplay_, x_root_window_, RRScreenChangeNotifyMask);
« no previous file with comments | « ui/aura/dispatcher_linux.cc ('k') | ui/aura/root_window_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698