mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Process Key Value Pairs into ViewportDescription
Signed-off-by: Shubham Gupta <shubham13297@gmail.com>
This commit is contained in:
parent
6b63f6f82f
commit
55b1a9be2f
3 changed files with 48 additions and 3 deletions
|
@ -23,6 +23,7 @@ use webrender_api::DocumentId;
|
|||
|
||||
pub mod display_list;
|
||||
pub mod rendering_context;
|
||||
pub mod viewport_description;
|
||||
|
||||
use std::collections::HashMap;
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue