diff options
Diffstat (limited to 'components/layout/layout_thread.rs')
-rw-r--r-- | components/layout/layout_thread.rs | 3 |
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; |