| Index: lib/html/templates/html/dart2js/impl_Window.darttemplate
|
| ===================================================================
|
| --- lib/html/templates/html/dart2js/impl_Window.darttemplate (revision 12822)
|
| +++ lib/html/templates/html/dart2js/impl_Window.darttemplate (working copy)
|
| @@ -91,9 +91,10 @@
|
| }
|
|
|
| int _requestAnimationFrame(RequestAnimationFrameCallback callback)
|
| - native 'webkitRequestAnimationFrame';
|
| + native 'requestAnimationFrame';
|
|
|
| - void _cancelAnimationFrame(int id) native 'webkitCancelAnimationFrame';
|
| + void _cancelAnimationFrame(int id)
|
| + native 'cancelAnimationFrame';
|
|
|
| _ensureRequestAnimationFrame() native '''
|
| if (this.requestAnimationFrame && this.cancelAnimationFrame) return;
|
|
|