mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
remove no-op InitializeCompositing message
This commit is contained in:
parent
ebfc8f5858
commit
ff6dc856e6
4 changed files with 1 additions and 15 deletions
|
@ -486,8 +486,7 @@ full_cef_class_impl! {
|
|||
this.downcast().send_window_event(WindowEvent::PinchZoom((new_zoom_level / old_zoom_level) as f32))
|
||||
}}
|
||||
|
||||
fn initialize_compositing(&this,) -> () {{
|
||||
this.downcast().send_window_event(WindowEvent::InitializeCompositing);
|
||||
fn initialize_compositing(&_this,) -> () {{
|
||||
}}
|
||||
|
||||
fn composite(&this,) -> () {{
|
||||
|
|
|
@ -165,8 +165,6 @@ fn main() {
|
|||
|
||||
register_glutin_resize_handler(&window, &mut browser);
|
||||
|
||||
browser.browser.handle_events(vec![WindowEvent::InitializeCompositing]);
|
||||
|
||||
// Feed events from the window to the browser until the browser
|
||||
// says to stop.
|
||||
loop {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue