| Index: ash/host/ash_window_tree_host_x11.h
|
| diff --git a/ash/host/ash_window_tree_host_x11.h b/ash/host/ash_window_tree_host_x11.h
|
| index f690ea84ead3082b6c2afc5b9ecbaf940c41cf64..435b0ed7a697e7fcf45bf4d6df1399d15d6f240c 100644
|
| --- a/ash/host/ash_window_tree_host_x11.h
|
| +++ b/ash/host/ash_window_tree_host_x11.h
|
| @@ -53,9 +53,11 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost,
|
| // Update is_internal_display_ based on the current state.
|
| void UpdateIsInternalDisplay();
|
|
|
| +#if defined(OS_CHROMEOS)
|
| // Set the CrOS touchpad "tap paused" property. It is used to temporarily
|
| // turn off the Tap-to-click feature when the mouse pointer is invisible.
|
| void SetCrOSTapPaused(bool state);
|
| +#endif
|
|
|
| // True if the root host resides on the internal display
|
| bool is_internal_display_;
|
|
|