Since DeviceMotionEventPump and DeviceOrientationEventPump classes are now in blink, the code can be simplified by removing the dispatcher layer and combining the logic into one class.
last_device_*_data member can also be removed since it represents the same data that is stored inside Device*EventPump.
Since DeviceMotionEventPump and DeviceOrientationEventPump classes are now in blink, the code can be simplified by removing the dispatcher layer and combining the logic into one class.
last_device_*_data member can also be removed since it represents the same data that is stored inside Device*EventPump.
WebDeviceMotionListener can be removed as well.
Since DeviceMotionEventPump and DeviceOrientationEventPump classes are now in blink, the code can be simplified by removing the dispatcher layer and combining the logic into one class.
last_device_*_data member can also be removed since it represents the same data that is stored inside Device*EventPump.
WebDeviceMotionListener can be removed as well along with the third_party/blink/public/platform/modules/device_orientation folder.
Comment 1 by oksamyt@chromium.org
, Jul 9