| Index: ui/base/touch/touch_device.h
|
| diff --git a/ui/base/touch/touch_device.h b/ui/base/touch/touch_device.h
|
| index 7b1b65f30fc02104269e243b416a2830524f8623..18daecb2b6fdb1f2ac895041c289c0ef1452461c 100644
|
| --- a/ui/base/touch/touch_device.h
|
| +++ b/ui/base/touch/touch_device.h
|
| @@ -61,6 +61,8 @@ enum HoverType {
|
| HOVER_TYPE_LAST = HOVER_TYPE_HOVER
|
| };
|
|
|
| +int GetAvailablePointerTypes();
|
| +int GetAvailableHoverTypes();
|
| UI_BASE_EXPORT std::pair<int, int> GetAvailablePointerAndHoverTypes();
|
| UI_BASE_EXPORT void SetAvailablePointerAndHoverTypesForTesting(
|
| int available_pointer_types,
|
|
|