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

Unified Diff: third_party/WebKit/Source/core/events/MouseEventInit.idl

Issue 1754543002: hello 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/events/MouseEventInit.idl
diff --git a/third_party/WebKit/Source/core/events/MouseEventInit.idl b/third_party/WebKit/Source/core/events/MouseEventInit.idl
index cbb4d7d83781cf975b530f6450f09681fc714900..20c94eae85452b5f1d2bdabe78a2de4ed4668554 100644
--- a/third_party/WebKit/Source/core/events/MouseEventInit.idl
+++ b/third_party/WebKit/Source/core/events/MouseEventInit.idl
@@ -17,4 +17,10 @@ dictionary MouseEventInit : EventModifierInit {
// https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#extensions-to-the-mouseeventinit-dictionary
long movementX = 0;
long movementY = 0;
+
+ // Canvas HitRegion
+ // https://html.spec.whatwg.org/multipage/scripting.html#MouseEvent-partial
+ // TODO(zino): This attribute should be declared as partial dictionary but
+ // IDL parser can't support it yet. Please see: http://crbug.com/579896
+ DOMString? region = null;
};
« no previous file with comments | « third_party/WebKit/Source/core/events/MouseEvent.idl ('k') | third_party/WebKit/Source/core/events/WheelEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698