| Index: lib/html/templates/html/interface/interface_Window.darttemplate
|
| ===================================================================
|
| --- lib/html/templates/html/interface/interface_Window.darttemplate (revision 12822)
|
| +++ lib/html/templates/html/interface/interface_Window.darttemplate (working copy)
|
| @@ -27,6 +27,12 @@
|
| */
|
| void requestLayoutFrame(TimeoutHandler callback);
|
|
|
| +
|
| + /** @domName DOMWindow.webkitRequestAnimationFrame */
|
| + int requestAnimationFrame(RequestAnimationFrameCallback callback);
|
| +
|
| + void cancelAnimationFrame(int id);
|
| +
|
| IDBFactory get indexedDB;
|
|
|
| /**
|
|
|