Index: lib/html/templates/html/interface/interface_Window.darttemplate |
=================================================================== |
--- lib/html/templates/html/interface/interface_Window.darttemplate (revision 12920) |
+++ lib/html/templates/html/interface/interface_Window.darttemplate (working copy) |
@@ -27,12 +27,6 @@ |
*/ |
void requestLayoutFrame(TimeoutHandler callback); |
- |
- /** @domName DOMWindow.webkitRequestAnimationFrame */ |
- int requestAnimationFrame(RequestAnimationFrameCallback callback); |
- |
- void cancelAnimationFrame(int id); |
- |
/** |
* Creates a new object URL for the specified object. The URL will be |
* available until revokeObjectUrl is called. |