From a90a5cba08fdf6c0ceb95101c275108a152a3aed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:35:37 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- view/nsViewManager.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'view/nsViewManager.h') diff --git a/view/nsViewManager.h b/view/nsViewManager.h index 332d1c2f9a..3b217ae2a3 100644 --- a/view/nsViewManager.h +++ b/view/nsViewManager.h @@ -180,12 +180,8 @@ class nsViewManager final { * The view manager generates the appropriate dirty regions. * @param aView view to move * @param the new bounds relative to the current position - * @param RepaintExposedAreaOnly - * if true Repaint only the expanded or contracted region, - * if false Repaint the union of the old and new rectangles. */ - void ResizeView(nsView* aView, const nsRect& aRect, - bool aRepaintExposedAreaOnly = false); + void ResizeView(nsView* aView, const nsRect& aRect); /** * Set the visibility of a view. Hidden views have the effect of hiding -- cgit v1.2.3