| Index: ui/ozone/public/input_controller.h
|
| diff --git a/ui/ozone/public/input_controller.h b/ui/ozone/public/input_controller.h
|
| index fbf5c0607618bf427bf1ef5fa8fe758b7172227a..e7fdaf7b998b2fbe797dcce746cee7c9ce471e2b 100644
|
| --- a/ui/ozone/public/input_controller.h
|
| +++ b/ui/ozone/public/input_controller.h
|
| @@ -77,6 +77,9 @@ class OZONE_EXPORT InputController {
|
| virtual void SetTapToClickPaused(bool state) = 0;
|
|
|
| virtual void SetInternalTouchpadEnabled(bool enabled) = 0;
|
| + virtual bool IsInternalTouchpadEnabled() const = 0;
|
| +
|
| + virtual void SetTouchscreensEnabled(bool enabled) = 0;
|
|
|
| // If |enable_filter| is true, all keys on the internal keyboard except
|
| // |allowed_keys| are disabled.
|
|
|