aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/layout_thread.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-06-17 13:05:22 +0100
committerMs2ger <Ms2ger@gmail.com>2016-06-20 21:23:43 +0200
commit7414edab057dead8735dc0baa62e5e47456e03e1 (patch)
tree7fd500471b5e0f74cf4924760cce7c57e0beac53 /components/layout/layout_thread.rs
parent55a93107ce4f4f796247e128a604dd35d92ac755 (diff)
downloadservo-7414edab057dead8735dc0baa62e5e47456e03e1.tar.gz
servo-7414edab057dead8735dc0baa62e5e47456e03e1.zip
Move DISPLAY_PORT_SIZE_FACTOR to block.rs.
Diffstat (limited to 'components/layout/layout_thread.rs')
-rw-r--r--components/layout/layout_thread.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/layout/layout_thread.rs b/components/layout/layout_thread.rs
index 7a2d0500241..3f8fabde24b 100644
--- a/components/layout/layout_thread.rs
+++ b/components/layout/layout_thread.rs
@@ -89,9 +89,6 @@ use webrender_helpers::{WebRenderDisplayListConverter, WebRenderFrameBuilder};
use webrender_traits;
use wrapper::{LayoutNodeLayoutData, NonOpaqueStyleAndLayoutData};
-/// The number of screens of data we're allowed to generate display lists for in each direction.
-pub const DISPLAY_PORT_SIZE_FACTOR: i32 = 8;
-
/// The number of screens we have to traverse before we decide to generate new display lists.
const DISPLAY_PORT_THRESHOLD_SIZE_FACTOR: i32 = 4;