servo: Merge #2858 - Rename Scene constructor to Scene::new (from zwarich:scene-new)

Source-Repo: https://github.com/servo/servo
Source-Revision: 49d2bd741dd38e46c5af51bb9a53903b0f051049
This commit is contained in:
Cameron Zwarich 2014-07-16 20:38:22 -07:00
Родитель 266b6dfb89
Коммит 9584b3a186
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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(),