| Index: ui/events/test/event_generator.cc
|
| diff --git a/ui/events/test/event_generator.cc b/ui/events/test/event_generator.cc
|
| index f2d59af0dc4592ec85526844c143cbaff6070c3a..57fed244e08bfc9b6dae590989d9f428d058cc77 100644
|
| --- a/ui/events/test/event_generator.cc
|
| +++ b/ui/events/test/event_generator.cc
|
| @@ -274,6 +274,11 @@ void EventGenerator::SetTouchRadius(float x, float y) {
|
| touch_pointer_details_.radius_y = y;
|
| }
|
|
|
| +void EventGenerator::SetTouchTilt(float x, float y) {
|
| + touch_pointer_details_.tilt_x = x;
|
| + touch_pointer_details_.tilt_y = y;
|
| +}
|
| +
|
| void EventGenerator::PressTouch() {
|
| PressTouchId(0);
|
| }
|
|
|