| 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() {}
|
|
|
|
|