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

Unified Diff: sky/engine/core/events/UIEvent.idl

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « sky/engine/core/events/EventTarget.idl ('k') | sky/engine/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/UIEvent.idl
diff --git a/sky/engine/core/events/UIEvent.idl b/sky/engine/core/events/UIEvent.idl
index 4d025d8050b968d75e006eb29804a3a86692fd14..40b41588aaa12cac83912de8a66e28969210cb93 100644
--- a/sky/engine/core/events/UIEvent.idl
+++ b/sky/engine/core/events/UIEvent.idl
@@ -30,10 +30,10 @@
[Default=Undefined] optional long detail);
// Non-standard
- [MeasureAs=UIEventLayerX] readonly attribute long layerX;
- [MeasureAs=UIEventLayerY] readonly attribute long layerY;
- [MeasureAs=UIEventPageX] readonly attribute long pageX;
- [MeasureAs=UIEventPageY] readonly attribute long pageY;
+ readonly attribute long layerX;
+ readonly attribute long layerY;
+ readonly attribute long pageX;
+ readonly attribute long pageY;
// FIXME: these belong on the KeyboardEvent interface
readonly attribute long keyCode;
« no previous file with comments | « sky/engine/core/events/EventTarget.idl ('k') | sky/engine/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698