Give up and set the initial size to be the same as the default size for reftests

This commit is contained in:
Lars Bergstrom 2014-01-31 08:06:10 -06:00
parent 48e9b8f752
commit 308df9e9ef

View file

@ -274,7 +274,7 @@ impl Constellation {
pending_frames: ~[], pending_frames: ~[],
pending_sizes: HashMap::new(), pending_sizes: HashMap::new(),
profiler_chan: profiler_chan, profiler_chan: profiler_chan,
window_size: Size2D(500u, 500u), window_size: Size2D(800u, 600u),
opts: opts_clone, opts: opts_clone,
}; };
constellation.run(); constellation.run();