Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
lgtm with a nit. Thanks for the fix!!
// Creates and dispatches a synthesized mouse move caused. This event is used
nit: event?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
// Creates and dispatches a synthesized mouse move caused. This event is used
Mitsuru Oshimanit: event?
Fix applied.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
6 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: ui/events/ozone/evdev/event_factory_evdev.h
Insertions: 1, Deletions: 1.
@@ -72,7 +72,7 @@
void WarpCursorTo(gfx::AcceleratedWidget widget,
const gfx::PointF& location);
- // Creates and dispatches a synthesized mouse move caused. This event is used
+ // Creates and dispatches a synthesized mouse move event. This event is used
// to notify the logical location has been changed even if a user didn't move
// the mouse, such as display configuration change.
void SynthesizeMouseMove(const gfx::PointF& location);
```
Mark an event generated by display config change IS_SYNTHESIZED
This will keep the mouse invisible and prevent being used by an app.
This CL rename GenerateMouseMove to SynthesizeMouseMove to be more
explicit.
Bug: 438837665, 440508983
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |