Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 2845763002: Remove DeviceLightEvent implementation (Closed)
Patch Set: same as previous patch Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/WebDeviceLightListener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/platform/WebDeviceLightListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698