Skip to content

Commit

Permalink
Mention servo#5681 in a TODO comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Apr 14, 2015
1 parent 894b195 commit 9d26931
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/devtools/actors/framerate.rs
Expand Up @@ -48,6 +48,7 @@ impl FramerateActor {
}

// callback on request animation frame
#[allow(dead_code)]
pub fn on_refresh_driver_tick(&mut self) {
if !self.is_recording {
return;
Expand All @@ -67,7 +68,7 @@ impl FramerateActor {
self.is_recording = true;
self.start_time = Some(precise_time_ns());

// TODO: Need implement requesting animation frame
// TODO(#5681): Need implement requesting animation frame
// http://hg.mozilla.org/mozilla-central/file/0a46652bd992/dom/base/nsGlobalWindow.cpp#l5314
}

Expand Down

0 comments on commit 9d26931

Please sign in to comment.