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

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

Issue 880473003: sky-scrollable should use a reasonable fling curve (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Now with heights Created 5 years, 11 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: sky/engine/core/events/Event.idl
diff --git a/sky/engine/core/events/Event.idl b/sky/engine/core/events/Event.idl
index e357511227c264bedd7f2419cf28ec6a89a53a18..d2904ddaa62e72067f8037f8ae0c4e0902fbdbd3 100644
--- a/sky/engine/core/events/Event.idl
+++ b/sky/engine/core/events/Event.idl
@@ -35,7 +35,7 @@
readonly attribute unsigned short eventPhase;
[InitializedByEventConstructor] readonly attribute boolean bubbles;
[InitializedByEventConstructor] readonly attribute boolean cancelable;
- readonly attribute DOMTimeStamp timeStamp;
+ readonly attribute double timeStamp;
void stopPropagation();
void preventDefault();

Powered by Google App Engine
This is Rietveld 408576698