diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-08-05 09:21:08 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-08-05 09:21:08 +0200 |
commit | d2077dd2453d6d723fb90a58ee6291e6cf441039 (patch) | |
tree | 3c287df251a12369868297551781a692df077ed2 /components/script/script_task.rs | |
parent | ac533b146660922d7d4e6f1836f189a63334df65 (diff) | |
download | servo-d2077dd2453d6d723fb90a58ee6291e6cf441039.tar.gz servo-d2077dd2453d6d723fb90a58ee6291e6cf441039.zip |
Update Animation Timing links and terminology to the HTML specification.
Diffstat (limited to 'components/script/script_task.rs')
-rw-r--r-- | components/script/script_task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_task.rs b/components/script/script_task.rs index b3ea5b16818..832024a1c03 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -1329,7 +1329,7 @@ impl ScriptTask { fn handle_tick_all_animations(&self, id: PipelineId) { let page = get_page(&self.root_page(), id); let document = page.document(); - document.r().invoke_animation_callbacks(); + document.r().run_the_animation_frame_callbacks(); } /// The entry point to document loading. Defines bindings, sets up the window and document |