Index: Source/web/PageWidgetDelegate.cpp |
diff --git a/Source/web/PageWidgetDelegate.cpp b/Source/web/PageWidgetDelegate.cpp |
index c3efc9941bf71e0cc08cf0366d1e83a4f0647663..148c8a7987b847c0afd9d1133726af60bd348145 100644 |
--- a/Source/web/PageWidgetDelegate.cpp |
+++ b/Source/web/PageWidgetDelegate.cpp |
@@ -93,7 +93,7 @@ void PageWidgetDelegate::paint(Page& page, PageOverlayList* overlays, WebCanvas* |
IntRect dirtyRect(rect); |
FrameView* view = root.view(); |
if (view) { |
- ClipRecorder clipRecorder(root.displayItemClient(), graphicsContext.get(), DisplayItem::PageWidgetDelegateClip, dirtyRect); |
+ ClipRecorder clipRecorder(root.displayItemClient(), graphicsContext.get(), DisplayItem::PageWidgetDelegateClip, LayoutRect(dirtyRect)); |
view->paint(graphicsContext.get(), dirtyRect); |
if (overlays) |