| 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 415355203cc247ac165ee6aeac6040fa066e5589..4398077319ed75057bdcfecb3a4d90be93f34796 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -182,6 +182,7 @@ public:
|
|
|
| protected:
|
| void didMoveToNewDocument(Document& oldDocument) override;
|
| + bool dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) override;
|
|
|
| private:
|
| explicit HTMLCanvasElement(Document&);
|
|
|