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

Unified Diff: third_party/WebCore/dom/RequestAnimationFrameCallback.idl

Issue 10381128: Roll IDL to multivm@516 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « third_party/WebCore/dom/RangeException.idl ('k') | third_party/WebCore/dom/ShadowRoot.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/dom/RequestAnimationFrameCallback.idl
diff --git a/third_party/WebCore/dom/RequestAnimationFrameCallback.idl b/third_party/WebCore/dom/RequestAnimationFrameCallback.idl
index 7e8e1d79869131f9240a13cb846b3cedeb197091..4da68208310472fdd4a64b4cb083896ba6b34626 100644
--- a/third_party/WebCore/dom/RequestAnimationFrameCallback.idl
+++ b/third_party/WebCore/dom/RequestAnimationFrameCallback.idl
@@ -33,13 +33,11 @@ module core {
Callback,
Conditional=REQUEST_ANIMATION_FRAME,
] RequestAnimationFrameCallback{
- // highResTime is passed as high resolution timestamp, see
- // http://www.w3.org/TR/hr-time/ for details.
#if defined(V8_BINDING) && V8_BINDING
- boolean handleEvent(in double highResTime);
+ boolean handleEvent(in DOMTimeStamp time);
#else
- [Custom] boolean handleEvent(in double highResTime);
+ [Custom] boolean handleEvent(in DOMTimeStamp time);
#endif
-
+
};
}
« no previous file with comments | « third_party/WebCore/dom/RangeException.idl ('k') | third_party/WebCore/dom/ShadowRoot.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698