aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/gfx/buffer_map.rs
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2014-07-02 10:22:07 -0700
committerMartin Robinson <mrobinson@igalia.com>2014-07-02 11:38:28 -0700
commit0c2538d06d24a7034d2986b85ffbd8d23697da93 (patch)
treee464ed48a1ca8fc4b77b6d03692ac77eb5b237ad /src/components/gfx/buffer_map.rs
parentebd7fb060daf8a3890b4ed7bda12ab2c83116263 (diff)
downloadservo-0c2538d06d24a7034d2986b85ffbd8d23697da93.tar.gz
servo-0c2538d06d24a7034d2986b85ffbd8d23697da93.zip
Refactor compositor layer tree design
Instead of having two parallel trees of CompositorLayers and ContainerLayers, transform CompositorLayer to CompositorData and move tiling logic to rust-layers.
Diffstat (limited to 'src/components/gfx/buffer_map.rs')
-rw-r--r--src/components/gfx/buffer_map.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/gfx/buffer_map.rs b/src/components/gfx/buffer_map.rs
index 2d052b09553..5bdb490c092 100644
--- a/src/components/gfx/buffer_map.rs
+++ b/src/components/gfx/buffer_map.rs
@@ -5,7 +5,7 @@
use std::collections::hashmap::HashMap;
use geom::size::Size2D;
use layers::platform::surface::NativePaintingGraphicsContext;
-use servo_msg::compositor_msg::Tile;
+use layers::quadtree::Tile;
use std::hash::Hash;
use std::hash::sip::SipState;
use std::mem;