Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(669)

Unified Diff: ui/ozone/public/system_input_injector.h

Issue 2317913003: ui/ozone: Fix some typos. (Closed)
Patch Set: Fix one more typo in Ozone DRM. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« ui/ozone/public/ozone_platform.h ('K') | « ui/ozone/public/surface_factory_ozone.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698