| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index eee72390caaea874199147e526f31a5ade1708ca..53ecbcdbe673ec7328e0f9a333d9ad98367ddfe1 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -40,7 +40,6 @@
|
| #include "WebAudioDevice.h"
|
| #include "WebCommon.h"
|
| #include "WebData.h"
|
| -#include "WebDeviceLightListener.h"
|
| #include "WebFeaturePolicy.h"
|
| #include "WebGamepadListener.h"
|
| #include "WebGestureDevice.h"
|
| @@ -613,7 +612,7 @@ class BLINK_PLATFORM_EXPORT Platform {
|
| virtual InterfaceProvider* GetInterfaceProvider();
|
|
|
| // Platform events -----------------------------------------------------
|
| - // Device Orientation, Device Motion, Device Light, Battery, Gamepad.
|
| + // Device Orientation, Device Motion, Battery, Gamepad.
|
|
|
| // Request the platform to start listening to the events of the specified
|
| // type and notify the given listener (if not null) when there is an update.
|
|
|