| 1 | { |
| 2 | "types": { |
| 3 | "Global": [ |
| 4 | { "name": "uint64_t", "mode": "SCALAR" } |
| 5 | ], |
| 6 | "WebCore": [ |
| 7 | { |
| 8 | "name": "PlatformWheelEvent", "mode": "OWNED", |
| 9 | "header": "platform/PlatformWheelEvent.h" |
| 10 | }, |
| 11 | { |
| 12 | "name": "PlatformWheelEventPhase", "mode": "SCALAR", "storage": "uint64_t", |
| 13 | "flags": ["ENUM"], |
| 14 | "guard": "ENABLE(DUMMY_FEATURE)", |
| 15 | "values": ["PlatformWheelEventPhaseNone"], |
| 16 | "header": "platform/PlatformWheelEvent.h" |
| 17 | } |
| 18 | ] |
| 19 | }, |
| 20 | |
| 21 | "inputs": [ |
| 22 | { |
| 23 | "name": "HandleWheelEvent", |
| 24 | "description": "", |
| 25 | "queue": "EVENT_LOOP", |
| 26 | "members": [ |
| 27 | { "name": "platformEvent", "type": "PlatformWheelEvent" } |
| 28 | ] |
| 29 | } |
| 30 | ] |
| 31 | } |