Update WR (CPU text optimizations, image format renames).

This commit is contained in:
Glenn Watson 2017-06-16 15:27:22 +10:00
parent e3a52536b6
commit e7b1e041c8
9 changed files with 39 additions and 39 deletions

View file

@ -75,7 +75,7 @@ impl PaintWorkletGlobalScope {
let image = Image {
width: width,
height: height,
format: PixelFormat::RGBA8,
format: PixelFormat::BGRA8,
bytes: IpcSharedMemory::from_bytes(&*self.buffer.borrow()),
id: None,
};