Index: ui/ozone/platform/drm/host/drm_cursor.h |
diff --git a/ui/ozone/platform/drm/host/drm_cursor.h b/ui/ozone/platform/drm/host/drm_cursor.h |
index f8a6bfd5aecc52c2119c49b4d41ce0a17579e1b7..092f8ce10f39d723d853397ea6a0f5aa6972d244 100644 |
--- a/ui/ozone/platform/drm/host/drm_cursor.h |
+++ b/ui/ozone/platform/drm/host/drm_cursor.h |
@@ -30,7 +30,7 @@ class DrmCursorProxy { |
const std::vector<SkBitmap>& bitmaps, |
const gfx::Point& point, |
int frame_delay_ms) = 0; |
- // Moves the cursor in |window| to |point| |
+ // Moves the cursor in |window| to |point|. |
virtual void Move(gfx::AcceleratedWidget window, const gfx::Point& point) = 0; |
// Initialize EvdevThread-specific state. |