| Index: ui/events/event_utils.h
|
| diff --git a/ui/events/event_utils.h b/ui/events/event_utils.h
|
| index c7a51aab0abb3ffe0dd50e08512f524e41dbac28..f1109a8950454901857451567010668161095076 100644
|
| --- a/ui/events/event_utils.h
|
| +++ b/ui/events/event_utils.h
|
| @@ -70,6 +70,8 @@ EVENTS_EXPORT void ValidateEventTimeClock(base::TimeTicks* timestamp);
|
| // TODO(tdresser): Return gfx::PointF here. See crbug.com/337827.
|
| EVENTS_EXPORT gfx::Point EventLocationFromNative(
|
| const base::NativeEvent& native_event);
|
| +EVENTS_EXPORT gfx::PointF EventLocationFromNativeF(
|
| + const base::NativeEvent& native_event);
|
|
|
| // Gets the location in native system coordinate space.
|
| EVENTS_EXPORT gfx::Point EventSystemLocationFromNative(
|
|
|