mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1604 from jason-simmons/mojo_merge_client_part3
Update to mojo 1292152bf533de1bfebf5966d6246e149f87add3
This commit is contained in:
commit
c92829cab4
2
DEPS
2
DEPS
@ -19,7 +19,7 @@
|
||||
|
||||
vars = {
|
||||
'chromium_git': 'https://chromium.googlesource.com',
|
||||
'mojo_sdk_revision': '56e62e2ecf2052becf04a321fdc80e90600a75bd',
|
||||
'mojo_sdk_revision': '487fee0efc6b6792f26a62b39ac010696bbb18bb',
|
||||
'mojo_devtools_revision': '49879d78ce4486e10c2214a101d9b2e82794b2f4',
|
||||
'skia_revision': '0d39d37ddcfb3847795639eaef513f1112eba627',
|
||||
|
||||
|
||||
@ -0,0 +1,12 @@
|
||||
diff --git a/mojo/converters/input_events/input_events_type_converters.cc b/mojo/converters/input_events/input_events_type_converters.cc
|
||||
index 6f2495f..e7b0f15 100644
|
||||
--- a/mojo/converters/input_events/input_events_type_converters.cc
|
||||
+++ b/mojo/converters/input_events/input_events_type_converters.cc
|
||||
@@ -283,7 +283,6 @@ scoped_ptr<ui::Event> TypeConverter<scoped_ptr<ui::Event>, EventPtr>::Convert(
|
||||
// TODO: last flags isn't right. Need to send changed_flags.
|
||||
scoped_ptr<ui::MouseEvent> event(new ui::MouseEvent(
|
||||
MojoMouseEventTypeToUIEvent(input), location, screen_location,
|
||||
- base::TimeDelta::FromMilliseconds(input->time_stamp),
|
||||
ui::EventFlags(input->flags), ui::EventFlags(input->flags)));
|
||||
if (event->IsMouseWheelEvent()) {
|
||||
// This conversion assumes we're using the mojo meaning of these
|
||||
Loading…
x
Reference in New Issue
Block a user