| Index: ui/ozone/public/system_input_injector.h
|
| diff --git a/ui/ozone/public/system_input_injector.h b/ui/ozone/public/system_input_injector.h
|
| index 620541fa71c03de0f7698d7b351407617edc652b..de1ab077f1bb57124a2fcf92b5f319e953df0264 100644
|
| --- a/ui/ozone/public/system_input_injector.h
|
| +++ b/ui/ozone/public/system_input_injector.h
|
| @@ -28,7 +28,7 @@ class OZONE_EXPORT SystemInputInjector {
|
| virtual ~SystemInputInjector() {}
|
|
|
| // Moves the cursor on the screen and generates the corresponding MouseMove or
|
| - // MouseDragged event. |location| is in physical screen co-ordinates,
|
| + // MouseDragged event. |location| is in physical screen coordinates,
|
| // independent of the scale factor and the display rotation settings.
|
| virtual void MoveCursorTo(const gfx::PointF& location) = 0;
|
|
|
|
|