| Index: content/browser/renderer_host/input/web_input_event_util_unittest.cc
|
| diff --git a/content/browser/renderer_host/input/web_input_event_util_unittest.cc b/content/browser/renderer_host/input/web_input_event_util_unittest.cc
|
| index 862d6c1486393143eb4d4026236233bc7be69290..40743d26b457af62ec6626ff44203a556867c146 100644
|
| --- a/content/browser/renderer_host/input/web_input_event_util_unittest.cc
|
| +++ b/content/browser/renderer_host/input/web_input_event_util_unittest.cc
|
| @@ -34,7 +34,7 @@ TEST(WebInputEventUtilTest, MotionEventConversion) {
|
| pointer.raw_y = 25;
|
| pointer.pressure = 30;
|
| pointer.touch_minor = 35;
|
| - pointer.orientation = static_cast<float>(-M_PI / 2);
|
| + pointer.touch_orientation = static_cast<float>(-M_PI / 2);
|
| MotionEventGeneric event(
|
| MotionEvent::ACTION_DOWN, base::TimeTicks::Now(), pointer);
|
| event.set_flags(ui::EF_SHIFT_DOWN | ui::EF_ALT_DOWN);
|
|
|