mirror of
https://github.com/servo/servo.git
synced 2025-10-16 00:10:23 +01:00
Basic hit testing functionality
This commit is contained in:
parent
ea1a406589
commit
f77eef5988
8 changed files with 148 additions and 20 deletions
|
@ -28,7 +28,7 @@ use std::arc;
|
|||
|
||||
/// A list of rendering operations to be performed.
|
||||
pub struct DisplayList<E> {
|
||||
priv list: ~[DisplayItem<E>]
|
||||
list: ~[DisplayItem<E>]
|
||||
}
|
||||
|
||||
impl<E> DisplayList<E> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue