| Index: ui/base/events.h
|
| diff --git a/ui/base/events.h b/ui/base/events.h
|
| index aab93664b494c1a7d8a10e2d3ed05f691e366433..539f922a6c9f391fd45642771a762f61426dbb75 100644
|
| --- a/ui/base/events.h
|
| +++ b/ui/base/events.h
|
| @@ -80,7 +80,10 @@ UI_EXPORT EventType EventTypeFromNative(const base::NativeEvent& native_event);
|
| // Get the EventFlags from a native event.
|
| UI_EXPORT int EventFlagsFromNative(const base::NativeEvent& native_event);
|
|
|
| -// Get the location from a native event.
|
| +// Get the location from a native event. The coordinate system of the resultant
|
| +// |Point| has the origin at top-left of the "root window". The nature of
|
| +// this "root window" and how it maps to platform-specific drawing surfaces is
|
| +// defined in ui/aura/root_window.* and ui/aura/root_window_host*.
|
| UI_EXPORT gfx::Point EventLocationFromNative(
|
| const base::NativeEvent& native_event);
|
|
|
|
|