| Index: third_party/WebKit/Source/modules/wake_lock/ScreenWakeLock.h
|
| diff --git a/third_party/WebKit/Source/modules/wake_lock/ScreenWakeLock.h b/third_party/WebKit/Source/modules/wake_lock/ScreenWakeLock.h
|
| index 71a952f9c3ff05283a0054fb9e5cbbb6eb9e86e4..bae393f11f2282eef9e64a981abd5381cff63092 100644
|
| --- a/third_party/WebKit/Source/modules/wake_lock/ScreenWakeLock.h
|
| +++ b/third_party/WebKit/Source/modules/wake_lock/ScreenWakeLock.h
|
| @@ -41,7 +41,9 @@ class MODULES_EXPORT ScreenWakeLock final
|
|
|
| // Inherited from PageVisibilityObserver.
|
| void pageVisibilityChanged() override;
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(Page*) override;
|
| + // Inherited from ContextLifecycleObserver.
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| bool keepAwake() const;
|
| void setKeepAwake(bool);
|
|
|