Chromium Code Reviews| Index: lib/html/templates/html/dartium/impl_Window.darttemplate |
| =================================================================== |
| --- lib/html/templates/html/dartium/impl_Window.darttemplate (revision 12823) |
| +++ lib/html/templates/html/dartium/impl_Window.darttemplate (working copy) |
| @@ -8,11 +8,6 @@ |
| _addMeasurementFrameCallback(callback); |
| } |
| - int requestAnimationFrame(RequestAnimationFrameCallback callback) => |
| - webkitRequestAnimationFrame(callback); |
|
Emily Fortuna
2012/09/25 01:14:01
I had accidentally left off this file from the pre
|
| - |
| - void cancelAnimationFrame(int id) => webkitCancelAnimationFrame(id); |
| - |
| IDBFactory get indexedDB => webkitIndexedDB; |
| // TODO(kasperl): Document these. |