| Index: Source/modules/device_orientation/DeviceMotionController.h
|
| diff --git a/Source/modules/device_orientation/DeviceMotionController.h b/Source/modules/device_orientation/DeviceMotionController.h
|
| index 6f2bf49140fd28efdfce5ce7ceac747cd4968426..4bc4d5227c3360c75f1cb2a51197501339193011 100644
|
| --- a/Source/modules/device_orientation/DeviceMotionController.h
|
| +++ b/Source/modules/device_orientation/DeviceMotionController.h
|
| @@ -52,6 +52,7 @@ private:
|
|
|
| virtual bool hasLastData() OVERRIDE;
|
| virtual PassRefPtr<Event> getLastEvent() OVERRIDE;
|
| + virtual bool isNullEvent(Event*) OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|