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

Unified Diff: third_party/WebKit/Source/core/dom/TouchInit.idl

Issue 1654653002: Canvas2d: Implement rerouting event by hit region's control. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/core/dom/TouchInit.idl
diff --git a/third_party/WebKit/Source/core/dom/TouchInit.idl b/third_party/WebKit/Source/core/dom/TouchInit.idl
index ba733b6f76bce06298896062b233c833a062bf50..345a896a385b33f4d275bf8d3bffe009d7b43a08 100644
--- a/third_party/WebKit/Source/core/dom/TouchInit.idl
+++ b/third_party/WebKit/Source/core/dom/TouchInit.idl
@@ -17,4 +17,10 @@ dictionary TouchInit {
float radiusY = 0;
float rotationAngle = 0;
float force = 0;
+
+ // Canvas HitRegion
+ // https://github.com/whatwg/html/issues/547
+ // TODO(zino): This attribute should be declared as partial dictionary but
Rick Byers 2016/03/10 21:36:29 nit: remove the TODO now that we're not using part
zino 2016/03/11 09:35:47 Done.
+ // IDL parser can't support it yet. Please see: http://crbug.com/579896
+ DOMString? region = null;
};

Powered by Google App Engine
This is Rietveld 408576698