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

Unified Diff: ui/display/chromeos/x11/touchscreen_delegate_x11.cc

Issue 235043005: x11: Remove X11 message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 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/base/x/x11_util.cc ('k') | ui/display/x11/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/chromeos/x11/touchscreen_delegate_x11.cc
diff --git a/ui/display/chromeos/x11/touchscreen_delegate_x11.cc b/ui/display/chromeos/x11/touchscreen_delegate_x11.cc
index 6299023af97ef8028b0351bb36c0ff58f34a17b2..4a72c69940e9923557f49fbb0bcd5a27ae66e9a3 100644
--- a/ui/display/chromeos/x11/touchscreen_delegate_x11.cc
+++ b/ui/display/chromeos/x11/touchscreen_delegate_x11.cc
@@ -10,14 +10,14 @@
#include <cmath>
#include <set>
-#include "base/message_loop/message_pump_x11.h"
#include "ui/display/chromeos/display_mode.h"
#include "ui/display/chromeos/display_snapshot.h"
+#include "ui/gfx/x/x11_types.h"
namespace ui {
TouchscreenDelegateX11::TouchscreenDelegateX11()
- : display_(base::MessagePumpX11::GetDefaultXDisplay()) {}
+ : display_(gfx::GetXDisplay()) {}
TouchscreenDelegateX11::~TouchscreenDelegateX11() {}
« no previous file with comments | « ui/base/x/x11_util.cc ('k') | ui/display/x11/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698