Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(737)

Unified Diff: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h

Issue 1815093002: Canvas2d: fix event.region being null on mouseleave/out events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
index da8a9f4157440771f5103c730900a89bddca0d60..9270bbfc2487873e7cfbd8e149f49ad3c05055d2 100644
--- a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
+++ b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
@@ -136,6 +136,7 @@ public:
void styleDidChange(const ComputedStyle* oldStyle, const ComputedStyle& newStyle) override;
std::pair<Element*, String> getControlAndIdIfHitRegionExists(const LayoutPoint& location) override;
+ String getIdFromControl(const Element*) override;
// SVGResourceClient implementation
void filterNeedsInvalidation() override;

Powered by Google App Engine
This is Rietveld 408576698