| Index: ui/events/event_utils.h
|
| diff --git a/ui/events/event_utils.h b/ui/events/event_utils.h
|
| index 30092bc27c6772a5154fb540fda836b93cccbc9e..08f37da8ebe54e066e846cccb180222c964a299c 100644
|
| --- a/ui/events/event_utils.h
|
| +++ b/ui/events/event_utils.h
|
| @@ -133,6 +133,9 @@ EVENTS_EXPORT bool IsNaturalScrollEnabled();
|
| // Returns whether natural scrolling should be used for touchpad.
|
| EVENTS_EXPORT bool ShouldDefaultToNaturalScroll();
|
|
|
| +// Returns whether or not the internal display produces touch events.
|
| +EVENTS_EXPORT bool InternalDisplaySupportsTouch();
|
| +
|
| // Was this event generated by a touchpad device?
|
| // The caller is responsible for ensuring that this is a mouse/touchpad event
|
| // before calling this function.
|
|
|