mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Update Webrender
New version is 9156a4465f6ad715a0206cdd9a7e9a6f0385fbd6
This commit is contained in:
parent
3b153af49c
commit
d13172845c
19 changed files with 42 additions and 20 deletions
|
@ -10,7 +10,7 @@ use msg::constellation_msg::TEST_PIPELINE_ID;
|
|||
use profile_traits::time::{ProfilerChan, TimerMetadata};
|
||||
use servo_url::ServoUrl;
|
||||
use time;
|
||||
use webrender_api::{AlphaType, ImageDisplayItem, ImageKey, ImageRendering, LayoutSize};
|
||||
use webrender_api::{AlphaType, ImageDisplayItem, ImageKey, ImageRendering, LayoutSize, ColorF};
|
||||
|
||||
struct DummyProfilerMetadataFactory {}
|
||||
impl ProfilerMetadataFactory for DummyProfilerMetadataFactory {
|
||||
|
@ -124,6 +124,7 @@ fn test_first_contentful_paint_setter() {
|
|||
tile_spacing: LayoutSize::zero(),
|
||||
image_rendering: ImageRendering::Auto,
|
||||
alpha_type: AlphaType::PremultipliedAlpha,
|
||||
color: ColorF::WHITE,
|
||||
}
|
||||
));
|
||||
let display_list = DisplayList {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue