Bug 1893357 - Drop |aRepaintExposedAreaOnly| argument from nsViewManager::ResizeView(). r=tnikkel
It hasn't been used since bug 873944 in https://hg.mozilla.org/mozilla-central/rev/b75f6184008a . Differential Revision: https://phabricator.services.mozilla.com/D208575
This commit is contained in:
@@ -8010,7 +8010,7 @@ bool nsIFrame::UpdateOverflow() {
|
||||
if (nsView* view = GetView()) {
|
||||
// Make sure the frame's view is properly sized.
|
||||
nsViewManager* vm = view->GetViewManager();
|
||||
vm->ResizeView(view, overflowAreas.InkOverflow(), true);
|
||||
vm->ResizeView(view, overflowAreas.InkOverflow());
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user