| Index: ui/events/ozone/evdev/tablet_event_converter_evdev.cc
|
| diff --git a/ui/events/ozone/evdev/tablet_event_converter_evdev.cc b/ui/events/ozone/evdev/tablet_event_converter_evdev.cc
|
| index 58dafb931298dbd787936cd77f758dde4b0badb6..9e1586f0efc9540bf3f2729e3396040006aa325a 100644
|
| --- a/ui/events/ozone/evdev/tablet_event_converter_evdev.cc
|
| +++ b/ui/events/ozone/evdev/tablet_event_converter_evdev.cc
|
| @@ -110,7 +110,7 @@ void TabletEventConverterEvdev::ConvertAbsEvent(const input_event& input) {
|
| }
|
|
|
| void TabletEventConverterEvdev::UpdateCursor() {
|
| - gfx::Rect display_bounds = cursor_->GetCursorDisplayBounds();
|
| + gfx::Rect display_bounds = cursor_->GetCursorConfinedBounds();
|
|
|
| int x =
|
| ((x_abs_location_ - x_abs_min_) * display_bounds.width()) / x_abs_range_;
|
|
|