mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
Eliminate ScrollRootId
Just use WebRender's ClipId directly. This will allow us to create and use ReferenceFrames in the future, if we need to do that. It will also make it easier to have Servo responsible for creating the root scrolling area, which will allow removing some old hacks in the future.
This commit is contained in:
parent
7919e591a4
commit
d150cc9f95
24 changed files with 226 additions and 281 deletions
|
@ -32,6 +32,7 @@ extern crate script_traits;
|
|||
extern crate selectors;
|
||||
extern crate servo_url;
|
||||
extern crate style;
|
||||
extern crate webrender_traits;
|
||||
|
||||
pub mod message;
|
||||
pub mod reporter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue