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 6c8a1550804f99fdf8c333fda4058e6c05192116..caf5dfcc3df38f762fa4b14f4b1786f507608dc3 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h |
@@ -187,8 +187,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; |