Commit 27e3bcc6 authored by WR Updater Bot's avatar WR Updater Bot
Browse files

Bug 1505544 - Update webrender to commit...

Bug 1505544 - Update webrender to commit 6e445b0422075f66be4a2009745cad3fefe3429f (WR PR #3267). r=kats

Differential Revision: https://phabricator.services.mozilla.com/D11323

--HG--
extra : moz-landing-system : lando
parent 3a972019
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ cfg-if = "0.1.2"
euclid = "0.19"
fxhash = "0.2.1"
gleam = "0.6.3"
image = { optional = true, version = "0.19" }
image = { optional = true, version = "0.20" }
lazy_static = "1"
log = "0.4"
num-traits = "0.2"
+1 −1
Original line number Diff line number Diff line
cd20260979c3eac6f217a416c609d594b4eb1522
6e445b0422075f66be4a2009745cad3fefe3429f
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ euclid = "0.19"
gleam = "0.6.2"
glutin = "0.17"
app_units = "0.7"
image = "0.19"
image = "0.20"
clap = { version = "2", features = ["yaml"] }
lazy_static = "1"
log = "0.4"
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

use {WindowWrapper, NotifierEvent};
use image::png::PNGEncoder;
use image::{self, ColorType, GenericImage};
use image::{self, ColorType, GenericImageView};
use std::fs::File;
use std::path::Path;
use std::sync::mpsc::Receiver;
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use app_units::Au;
use clap;
use euclid::SideOffsets2D;
use image;
use image::GenericImage;
use image::GenericImageView;
use parse_function::parse_function;
use premultiply::premultiply;
use std::collections::HashMap;