diff options
Diffstat (limited to 'Services/WebContent/PageHost.cpp')
-rw-r--r-- | Services/WebContent/PageHost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Services/WebContent/PageHost.cpp b/Services/WebContent/PageHost.cpp index 202df976a5..ab8a88b122 100644 --- a/Services/WebContent/PageHost.cpp +++ b/Services/WebContent/PageHost.cpp @@ -88,7 +88,7 @@ void PageHost::paint(const Gfx::IntRect& content_rect, Gfx::Bitmap& target) Web::RenderingContext context(painter, palette(), Gfx::IntPoint()); context.set_viewport_rect(content_rect); - layout_root->render(context); + layout_root->paint_all_phases(context); } void PageHost::set_viewport_rect(const Gfx::IntRect& rect) |