mirror of
https://github.com/servo/servo.git
synced 2025-07-16 20:03:39 +01:00
remove misleading FIXME(pcwalton) regarding gtk event loops in cef window
This commit is contained in:
parent
fb72a64833
commit
09aba1f9de
1 changed files with 0 additions and 1 deletions
|
@ -371,7 +371,6 @@ impl CompositorProxy for CefCompositorProxy {
|
||||||
|
|
||||||
#[cfg(target_os="linux")]
|
#[cfg(target_os="linux")]
|
||||||
fn send(&mut self, msg: compositor_task::Msg) {
|
fn send(&mut self, msg: compositor_task::Msg) {
|
||||||
// FIXME(pcwalton): Kick the GTK event loop awake?
|
|
||||||
self.sender.send(msg).unwrap();
|
self.sender.send(msg).unwrap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue