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