| Index: lib/dom/templates/html/dartium/impl_Window.darttemplate
|
| diff --git a/lib/dom/templates/html/dartium/impl_Window.darttemplate b/lib/dom/templates/html/dartium/impl_Window.darttemplate
|
| index 267d49604c76da9dcc50b03ab8973b19e2a0daa1..0713050ab288c22451da77bfbd0059874961dfc3 100644
|
| --- a/lib/dom/templates/html/dartium/impl_Window.darttemplate
|
| +++ b/lib/dom/templates/html/dartium/impl_Window.darttemplate
|
| @@ -10,5 +10,8 @@ class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| _addMeasurementFrameCallback(callback);
|
| }
|
|
|
| + int requestAnimationFrame(RequestAnimationFrameCallback callback) =>
|
| + webkitRequestAnimationFrame(callback);
|
| +
|
| $!MEMBERS
|
| }
|
|
|