remove misleading FIXME(pcwalton) regarding gtk event loops in cef window

This commit is contained in:
Mike Blumenkrantz 2015-05-18 15:39:41 -04:00
parent fb72a64833
commit 09aba1f9de

View file

@ -371,7 +371,6 @@ impl CompositorProxy for CefCompositorProxy {
#[cfg(target_os="linux")]
fn send(&mut self, msg: compositor_task::Msg) {
// FIXME(pcwalton): Kick the GTK event loop awake?
self.sender.send(msg).unwrap();
}