diff options
Diffstat (limited to 'layout/base/nsPresShell.cpp')
-rw-r--r-- | layout/base/nsPresShell.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout/base/nsPresShell.cpp b/layout/base/nsPresShell.cpp index eeb059f278..23876cc112 100644 --- a/layout/base/nsPresShell.cpp +++ b/layout/base/nsPresShell.cpp @@ -8724,7 +8724,9 @@ PresShell::WillPaintWindow() return; } +#ifndef XP_MACOSX rootPresContext->ApplyPluginGeometryUpdates(); +#endif } void |