From fbd2b588ed5d08616a324ce3895ad0899c72e626 Mon Sep 17 00:00:00 2001 From: Cameron Zwarich Date: Thu, 10 Jul 2014 01:31:48 -0700 Subject: [PATCH] Remove FIXMEs related to batching buffer requests --- src/components/compositing/compositor_data.rs | 3 --- src/components/gfx/render_task.rs | 3 --- 2 files changed, 6 deletions(-) diff --git a/src/components/compositing/compositor_data.rs b/src/components/compositing/compositor_data.rs index 975047ffd2c..c68a2709d1b 100644 --- a/src/components/compositing/compositor_data.rs +++ b/src/components/compositing/compositor_data.rs @@ -138,9 +138,6 @@ impl CompositorData { } if !request.is_empty() { // Ask for tiles. - // - // FIXME(#2003, pcwalton): We may want to batch these up in the case in which - // one page has multiple layers, to avoid the user seeing inconsistent states. let pipeline_id = layer.extra_data.borrow().pipeline.id; let msg = ReRenderRequest { buffer_requests: request, diff --git a/src/components/gfx/render_task.rs b/src/components/gfx/render_task.rs index 6d5e45ebbe9..5677ecb629e 100644 --- a/src/components/gfx/render_task.rs +++ b/src/components/gfx/render_task.rs @@ -290,9 +290,6 @@ impl RenderTask { } /// Renders one layer and sends the tiles back to the layer. - /// - /// FIXME(pcwalton): We will probably want to eventually send all layers belonging to a page in - /// one transaction, to avoid the user seeing inconsistent states. fn render(&mut self, replies: &mut Vec<(LayerId, Box)>, tiles: Vec,