Reduce cloning of FrameState

This commit is contained in:
Connor Brewster 2017-03-19 23:28:40 -05:00
parent 6a67688924
commit 5be17805f5
4 changed files with 32 additions and 22 deletions

View file

@ -20,6 +20,7 @@ extern crate gaol;
extern crate gfx;
extern crate gfx_traits;
extern crate ipc_channel;
extern crate itertools;
extern crate layout_traits;
#[macro_use]
extern crate log;