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..2ae7f0f6f415162720d26d65e5c7438f9d8b4d28 100644 |
--- a/third_party/WebKit/Source/core/dom/TouchInit.idl |
+++ b/third_party/WebKit/Source/core/dom/TouchInit.idl |
@@ -17,4 +17,8 @@ dictionary TouchInit { |
float radiusY = 0; |
float rotationAngle = 0; |
float force = 0; |
+ |
+ // Canvas Hit Regions |
+ // https://github.com/whatwg/html/issues/547 |
+ DOMString? region = null; |
}; |