Update Webrender to last version

This commit is contained in:
Anthony Ramine 2018-04-25 15:04:19 +02:00
parent d234aeb5af
commit 6156d9aacb
8 changed files with 4 additions and 22 deletions

4
Cargo.lock generated
View file

@ -3551,7 +3551,7 @@ dependencies = [
[[package]]
name = "webrender"
version = "0.57.2"
source = "git+https://github.com/servo/webrender#e7c491c1d32c4e6a20f1b765a6069d332b1474a2"
source = "git+https://github.com/servo/webrender#81920df73bdf4f129cfc732a2bd6d2587088e838"
dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -3586,7 +3586,7 @@ dependencies = [
[[package]]
name = "webrender_api"
version = "0.57.2"
source = "git+https://github.com/servo/webrender#e7c491c1d32c4e6a20f1b765a6069d332b1474a2"
source = "git+https://github.com/servo/webrender#81920df73bdf4f129cfc732a2bd6d2587088e838"
dependencies = [
"app_units 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -11,7 +11,7 @@ use gfx::display_list::{BorderDetails, ClipScrollNode};
use gfx::display_list::{ClipScrollNodeIndex, ClipScrollNodeType, DisplayItem};
use gfx::display_list::{DisplayList, StackingContextType};
use msg::constellation_msg::PipelineId;
use webrender_api::{self, ClipAndScrollInfo, ClipId, DisplayListBuilder};
use webrender_api::{self, ClipAndScrollInfo, ClipId, DisplayListBuilder, GlyphRasterSpace};
pub trait WebRenderDisplayListConverter {
fn convert_to_webrender(&self, pipeline_id: PipelineId) -> DisplayListBuilder;
@ -232,6 +232,7 @@ impl WebRenderDisplayItemConverter for DisplayItem {
stacking_context.perspective,
stacking_context.mix_blend_mode,
stacking_context.filters.clone(),
GlyphRasterSpace::Screen,
);
},
DisplayItem::PopStackingContext(_) => builder.pop_stacking_context(),

View file

@ -1,3 +0,0 @@
[background-repeat-round-roundup.xht]
type: reftest
expected: FAIL

View file

@ -1,4 +0,0 @@
[background-repeat-round.xht]
type: reftest
expected:
if os == "linux": FAIL

View file

@ -1,3 +0,0 @@
[background-size-025.html]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[background-size-027.html]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[background-size-contain.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[background-size-cover.xht]
type: reftest
expected: FAIL