summaryrefslogtreecommitdiff
path: root/layout/base/nsPresShell.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-05-03 12:26:37 +0000
committerMoonchild <moonchild@palemoon.org>2021-05-03 12:26:37 +0000
commitaa0fd3d68c856504646e1d7eb499bc890ef44101 (patch)
tree70066c56efbbfe430472baac892e32a3bab4f04f /layout/base/nsPresShell.cpp
parent1bf0734a7249eb0dc1a96d825e7310eb46cac6dc (diff)
downloaduxp-aa0fd3d68c856504646e1d7eb499bc890ef44101.tar.gz
Issue #1751 -- Remove XP_MACOSX conditionals from /layout
Diffstat (limited to 'layout/base/nsPresShell.cpp')
-rw-r--r--layout/base/nsPresShell.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/layout/base/nsPresShell.cpp b/layout/base/nsPresShell.cpp
index 87435f8cfa..37475d9595 100644
--- a/layout/base/nsPresShell.cpp
+++ b/layout/base/nsPresShell.cpp
@@ -8736,9 +8736,7 @@ PresShell::WillPaintWindow()
return;
}
-#ifndef XP_MACOSX
rootPresContext->ApplyPluginGeometryUpdates();
-#endif
}
void