| Index: ash/host/ash_window_tree_host_x11.cc
|
| diff --git a/ash/host/ash_window_tree_host_x11.cc b/ash/host/ash_window_tree_host_x11.cc
|
| index 68d864a4c68f66bd14eb8f8af7bd3f2c467baf8a..1ac912f27ff4c44c52d7120b2a04c63f05ea334e 100644
|
| --- a/ash/host/ash_window_tree_host_x11.cc
|
| +++ b/ash/host/ash_window_tree_host_x11.cc
|
| @@ -217,7 +217,7 @@ void AshWindowTreeHostX11::SetCrOSTapPaused(bool state) {
|
| if (!ui::IsXInput2Available())
|
| return;
|
| // Temporarily pause tap-to-click when the cursor is hidden.
|
| - Atom prop = ui::X11AtomCache::GetInstance()->GetAtom("Tap Paused");
|
| + Atom prop = gfx::GetAtom("Tap Paused");
|
| unsigned char value = state;
|
| const XIDeviceList& dev_list =
|
| ui::DeviceListCacheX11::GetInstance()->GetXI2DeviceList(xdisplay());
|
|
|