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

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

Issue 1147143005: Make Drawer in components2 work (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 7 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/PointerEvent.h ('k') | sky/engine/core/frame/NewEventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/events/PointerEvent.idl
diff --git a/sky/engine/core/events/PointerEvent.idl b/sky/engine/core/events/PointerEvent.idl
index 76979f5fc41f2e683614a1d634bd34794de3176b..3f69823f6536e036aa01988d84e2fc3d4aa1a0cb 100644
--- a/sky/engine/core/events/PointerEvent.idl
+++ b/sky/engine/core/events/PointerEvent.idl
@@ -9,8 +9,8 @@
[InitializedByEventConstructor] readonly attribute DOMString kind;
[InitializedByEventConstructor] readonly attribute double x;
[InitializedByEventConstructor] readonly attribute double y;
- [InitializedByEventConstructor] readonly attribute double dx;
- [InitializedByEventConstructor] readonly attribute double dy;
+ [InitializedByEventConstructor] attribute double dx;
+ [InitializedByEventConstructor] attribute double dy;
[InitializedByEventConstructor] readonly attribute long buttons;
[InitializedByEventConstructor] readonly attribute boolean down;
[InitializedByEventConstructor] readonly attribute boolean primary;
« no previous file with comments | « sky/engine/core/events/PointerEvent.h ('k') | sky/engine/core/frame/NewEventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698