mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove SharedLayoutContext::url.
It is unused.
This commit is contained in:
parent
134fd18767
commit
dc41c671e2
2 changed files with 0 additions and 10 deletions
|
@ -91,9 +91,6 @@ pub struct SharedLayoutContext {
|
|||
/// Interface to the font cache thread.
|
||||
pub font_cache_thread: Mutex<FontCacheThread>,
|
||||
|
||||
/// The URL.
|
||||
pub url: Url,
|
||||
|
||||
/// The visible rects for each layer, as reported to us by the compositor.
|
||||
pub visible_rects: Arc<HashMap<LayerId, Rect<Au>, BuildHasherDefault<FnvHasher>>>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue