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

Unified Diff: lib/html/idl/dart/dart.idl

Issue 10910291: Changing return value of request animation frame. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « lib/html/dartium/html_dartium.dart ('k') | lib/html/templates/html/dart2js/impl_Window.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/idl/dart/dart.idl
diff --git a/lib/html/idl/dart/dart.idl b/lib/html/idl/dart/dart.idl
index e7ccb98b1418d0a58225c7b4ade64200c2f7a4dc..d9b739d84d473375f131c6ccaacf5a688b072a7f 100644
--- a/lib/html/idl/dart/dart.idl
+++ b/lib/html/idl/dart/dart.idl
@@ -347,3 +347,11 @@ module websockets {
};
}
+module core {
+ [supplemental, Callback]
Anton Muhin 2012/09/19 09:31:45 nit: <S>upplemental
+ interface RequestAnimationFrameCallback {
+ // Webkit implements this as returning bool, but standard is void.
+ [Suppressed] boolean handleEvent(in DOMTimeStamp time);
+ void handleEvent(in DOMTimeStamp time);
+ };
+}
« no previous file with comments | « lib/html/dartium/html_dartium.dart ('k') | lib/html/templates/html/dart2js/impl_Window.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698