mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Rename Scene constructor to Scene::new
This commit is contained in:
parent
27e87e58be
commit
f073d28c75
2 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ impl IOCompositor {
|
|||
opts: opts,
|
||||
context: rendergl::init_render_context(),
|
||||
root_pipeline: None,
|
||||
scene: Scene(window_size.as_f32().to_untyped(), identity()),
|
||||
scene: Scene::new(window_size.as_f32().to_untyped(), identity()),
|
||||
window_size: window_size,
|
||||
hidpi_factor: hidpi_factor,
|
||||
graphics_context: CompositorTask::create_graphics_context(),
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit eebf3aca21a022773053993c0be332c7641f5240
|
||||
Subproject commit ff77c40da5b2406cb52deea6e8830182e22bda3a
|
Loading…
Add table
Add a link
Reference in a new issue