| Index: third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h
|
| index 532c11943e1786a7d5b46133d978a14550b500b6..55c4bd3cf09a8d37c42f30c80061901be0d1b275 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h
|
| @@ -41,7 +41,8 @@ namespace blink {
|
| class DeviceMotionData;
|
| class WebDeviceMotionData;
|
|
|
| -// This class listens to device motion data and notifies all registered controllers.
|
| +// This class listens to device motion data and notifies all registered
|
| +// controllers.
|
| class DeviceMotionDispatcher final
|
| : public GarbageCollectedFinalized<DeviceMotionDispatcher>,
|
| public PlatformEventDispatcher,
|
|
|