| 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 e7bb8bbb4369218d4e700e60f7e7d6304a717fc2..b1ca0a555dc8697328862cfe3f1a2dc2e5ac5753 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
|
| @@ -182,8 +182,10 @@ public:
|
|
|
| void notifyListenersCanvasChanged();
|
|
|
| + // For Canvas HitRegions
|
| bool isSupportedInteractiveCanvasFallback(const Element&);
|
| std::pair<Element*, String> getControlAndIdIfHitRegionExists(const LayoutPoint&);
|
| + String getIdFromControl(Element* element);
|
|
|
| protected:
|
| void didMoveToNewDocument(Document& oldDocument) override;
|
|
|