Move util::vec::byte_swap to canvas_traits

This commit is contained in:
Anthony Ramine 2016-07-04 16:40:59 +02:00
parent a5b524d559
commit e77efb93c1
7 changed files with 19 additions and 25 deletions

View file

@ -19,7 +19,6 @@ use std::borrow::ToOwned;
use std::mem;
use util::opts;
use util::thread::spawn_named;
use util::vec::byte_swap;
use webrender_traits;
impl<'a> CanvasPaintThread<'a> {