| Index: Source/modules/device_orientation/DeviceOrientationEvent.h
|
| diff --git a/Source/modules/device_orientation/DeviceOrientationEvent.h b/Source/modules/device_orientation/DeviceOrientationEvent.h
|
| index 34e8aa67ebdcb2801d1f735e2b293d3327568d01..04f294d1243513cacce2aa0bb28d16de92130c69 100644
|
| --- a/Source/modules/device_orientation/DeviceOrientationEvent.h
|
| +++ b/Source/modules/device_orientation/DeviceOrientationEvent.h
|
| @@ -46,7 +46,7 @@ public:
|
| return adoptRefWillBeNoop(new DeviceOrientationEvent(eventType, orientation));
|
| }
|
|
|
| - void initDeviceOrientationEvent(const AtomicString& type, bool bubbles, bool cancelable, DeviceOrientationData*);
|
| + void initDeviceOrientationEvent(const AtomicString& type, bool* bubbles, bool* cancelable, double* alpha, double* beta, double* gamma, bool* absolute);
|
|
|
| DeviceOrientationData* orientation() const { return m_orientation.get(); }
|
|
|
|
|