| Index: Source/modules/device_orientation/DeviceSensorEventDispatcher.h
|
| diff --git a/Source/modules/device_orientation/DeviceSensorEventDispatcher.h b/Source/modules/device_orientation/DeviceSensorEventDispatcher.h
|
| index b51b0102b2956ce94f85eecd5a9344b2e17d526c..26c269515f95d1bf6c5a51c0928273eebb6ff625 100644
|
| --- a/Source/modules/device_orientation/DeviceSensorEventDispatcher.h
|
| +++ b/Source/modules/device_orientation/DeviceSensorEventDispatcher.h
|
| @@ -49,6 +49,8 @@ protected:
|
| virtual void stopListening() = 0;
|
|
|
| Vector<DeviceSensorEventController*> m_controllers;
|
| + bool m_needsPurge;
|
| + bool m_isDispatching;
|
| };
|
|
|
| } // namespace WebCore
|
|
|