mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update WR (opaque rect optimization, stacking context culling).
Correct viewport test references These references were using an incorrect value for the expected container width. Now that WebRender is no longer clipping to stacking context boundaries the rendered width is correct (100% of viewport width = 240px).
This commit is contained in:
parent
636f8ceb50
commit
3ca0f8a9ac
8 changed files with 32 additions and 38 deletions
|
@ -261,7 +261,8 @@ impl WebGLPaintThread {
|
|||
offset: 0,
|
||||
is_opaque: false,
|
||||
},
|
||||
pixels.clone());
|
||||
pixels.clone(),
|
||||
None);
|
||||
|
||||
let image_data = CanvasImageData {
|
||||
image_key: image_key,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue