| 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..5fba4d5d9b13ab874c45de62b4ffe51626b507dc 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -180,8 +180,11 @@ public:
|
|
|
| void notifyListenersCanvasChanged();
|
|
|
| + std::pair<Element*, String> getControlAndIDIfHitRegionExists(const LayoutPoint&);
|
| +
|
| protected:
|
| void didMoveToNewDocument(Document& oldDocument) override;
|
| + bool dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) override;
|
|
|
| private:
|
| explicit HTMLCanvasElement(Document&);
|
|
|