| 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 e9dfbaf8bf95f79767d4e749636545cc114c832f..f1443be081374f31e562046a9cda323fc4e35d7a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -172,7 +172,6 @@ class CORE_EXPORT HTMLCanvasElement final
|
|
|
| // ContextLifecycleObserver and PageVisibilityObserver implementation
|
| void contextDestroyed(ExecutionContext*) override;
|
| - void contextDestroyed(Page*) override;
|
|
|
| // PageVisibilityObserver implementation
|
| void pageVisibilityChanged() override;
|
|
|