mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1069417 - Fix an error introduced when rebasing across bug 1021845 to reopen a CLOSED TREE. r=bustage
This commit is contained in:
parent
6f51378a02
commit
06a951aae6
@ -254,8 +254,9 @@ LayerManagerComposite::PostProcessLayers(Layer* aLayer,
|
||||
Matrix4x4 inverse = transform;
|
||||
if (inverse.Invert()) {
|
||||
Maybe<LayerRect> insideClipFloat =
|
||||
UntransformTo<LayerPixel>(inverse, ParentLayerRect(*outsideClip),
|
||||
LayerRect::MaxIntRect());
|
||||
UntransformBy(ViewAs<ParentLayerToLayerMatrix4x4>(inverse),
|
||||
ParentLayerRect(*outsideClip),
|
||||
LayerRect::MaxIntRect());
|
||||
if (insideClipFloat) {
|
||||
insideClipFloat->RoundOut();
|
||||
LayerIntRect insideClipInt;
|
||||
|
Loading…
Reference in New Issue
Block a user