| 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 fdd8cacd6389db1d586495d984de273ef340149a..7fca1e7a256a2451118e172515a5c9d2b361b0a4 100644
|
| --- a/ash/host/ash_window_tree_host_x11.cc
|
| +++ b/ash/host/ash_window_tree_host_x11.cc
|
| @@ -247,7 +247,7 @@ void AshWindowTreeHostX11::SetCrOSTapPaused(bool state) {
|
| // Temporarily pause tap-to-click when the cursor is hidden.
|
| Atom prop = atom_cache()->GetAtom("Tap Paused");
|
| unsigned char value = state;
|
| - XIDeviceList dev_list =
|
| + const XIDeviceList& dev_list =
|
| ui::DeviceListCacheX11::GetInstance()->GetXI2DeviceList(xdisplay());
|
|
|
| // Only slave pointer devices could possibly have tap-paused property.
|
|
|