mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1828607 - Remove remained old wakelock code. r=gsvelto
By bug 1369194, we have removed old wakelock implementation, but there is still old code yet. Differential Revision: https://phabricator.services.mozilla.com/D175740
This commit is contained in:
parent
377f103631
commit
0326653229
@ -45,7 +45,6 @@
|
||||
#include "mozilla/dom/GamepadServiceTest.h"
|
||||
#include "mozilla/dom/MediaCapabilities.h"
|
||||
#include "mozilla/dom/MediaSession.h"
|
||||
#include "mozilla/dom/WakeLock.h"
|
||||
#include "mozilla/dom/power/PowerManagerService.h"
|
||||
#include "mozilla/dom/LockManager.h"
|
||||
#include "mozilla/dom/MIDIAccessManager.h"
|
||||
|
@ -37,7 +37,6 @@ class Geolocation;
|
||||
class systemMessageCallback;
|
||||
class MediaDevices;
|
||||
struct MediaStreamConstraints;
|
||||
class WakeLock;
|
||||
class ArrayBufferOrArrayBufferViewOrBlobOrFormDataOrUSVStringOrURLSearchParams;
|
||||
class ServiceWorkerContainer;
|
||||
class DOMRequest;
|
||||
|
@ -172,7 +172,6 @@
|
||||
#include "mozilla/dom/VRDisplayEventBinding.h"
|
||||
#include "mozilla/dom/VREventObserver.h"
|
||||
#include "mozilla/dom/VisualViewport.h"
|
||||
#include "mozilla/dom/WakeLock.h"
|
||||
#include "mozilla/dom/WebIDLGlobalNameHash.h"
|
||||
#include "mozilla/dom/WindowBinding.h"
|
||||
#include "mozilla/dom/WindowContext.h"
|
||||
|
@ -134,7 +134,6 @@ class VisualViewport;
|
||||
class VRDisplay;
|
||||
enum class VRDisplayEventReason : uint8_t;
|
||||
class VREventObserver;
|
||||
class WakeLock;
|
||||
struct WindowPostMessageOptions;
|
||||
class Worklet;
|
||||
namespace cache {
|
||||
@ -1059,8 +1058,6 @@ class nsGlobalWindowInner final : public mozilla::dom::EventTarget,
|
||||
mozilla::dom::CallerType aCallerType,
|
||||
mozilla::ErrorResult& aError);
|
||||
|
||||
RefPtr<mozilla::dom::WakeLock> mWakeLock;
|
||||
|
||||
friend class HashchangeCallback;
|
||||
friend class mozilla::dom::BarProp;
|
||||
|
||||
|
@ -133,7 +133,6 @@
|
||||
#include "mozilla/dom/SessionStorageManager.h"
|
||||
#include "mozilla/dom/StorageIPC.h"
|
||||
#include "mozilla/dom/URLClassifierParent.h"
|
||||
#include "mozilla/dom/WakeLock.h"
|
||||
#include "mozilla/dom/WindowGlobalParent.h"
|
||||
#include "mozilla/dom/ipc/SharedMap.h"
|
||||
#include "mozilla/dom/ipc/StructuredCloneData.h"
|
||||
|
Loading…
Reference in New Issue
Block a user