| Index: ui/events/event_utils.h
|
| diff --git a/ui/events/event_utils.h b/ui/events/event_utils.h
|
| index 2e98b53299693304e327cc37294b8640b2525e38..ea02cdfa5d21a06fe7193ab16528fbf1142cd583 100644
|
| --- a/ui/events/event_utils.h
|
| +++ b/ui/events/event_utils.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/event_types.h"
|
| #include "ui/events/event_constants.h"
|
| #include "ui/events/keycodes/keyboard_codes.h"
|
| +#include "ui/gfx/display.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/events/events_export.h"
|
|
|
| @@ -131,6 +132,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 gfx::Display::TouchSupport GetInternalDisplayTouchSupport();
|
| +
|
| // 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.
|
|
|