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:
Glenn Watson 2017-03-27 06:13:39 +10:00
parent 636f8ceb50
commit 3ca0f8a9ac
8 changed files with 32 additions and 38 deletions

View file

@ -261,7 +261,8 @@ impl WebGLPaintThread {
offset: 0,
is_opaque: false,
},
pixels.clone());
pixels.clone(),
None);
let image_data = CanvasImageData {
image_key: image_key,