| Index: third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| index 39f97d889609fbc6c94d633f823b8e32d7c40914..e9dfbaf8bf95f79767d4e749636545cc114c832f 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -170,8 +170,9 @@ class CORE_EXPORT HTMLCanvasElement final
|
|
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
|
|
| - // ContextLifecycleObserver (and PageVisibilityObserver!!!) implementation
|
| - void contextDestroyed() override;
|
| + // ContextLifecycleObserver and PageVisibilityObserver implementation
|
| + void contextDestroyed(ExecutionContext*) override;
|
| + void contextDestroyed(Page*) override;
|
|
|
| // PageVisibilityObserver implementation
|
| void pageVisibilityChanged() override;
|
|
|