| 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 f7939f2694cb9410e6d4dee877d0f473f0339c2d..47e8bc7f2303919e3a106573b2c7a4b819023aa8 100644
|
| --- a/ash/host/ash_window_tree_host_x11.h
|
| +++ b/ash/host/ash_window_tree_host_x11.h
|
| @@ -55,9 +55,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_;
|
|
|