Bug 1034258 - Change mCompositionBounds to be a ParentLayerRect instead of a ParentLayerIntRect. r=Cwiiis
This commit is contained in:
@@ -1018,7 +1018,7 @@ GetCompositorSideCompositionBounds(ContainerLayer* aScrollAncestor,
|
||||
// Finally, put back the scroll ancestor's local transform.
|
||||
transform = transform * layerTransform;
|
||||
return TransformTo<LayerPixel>(transform.Inverse(),
|
||||
ParentLayerRect(aScrollAncestor->GetFrameMetrics().mCompositionBounds));
|
||||
aScrollAncestor->GetFrameMetrics().mCompositionBounds);
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user