| Index: third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| diff --git a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| index 4337e611540713dae719d6f056db959e251c781b..5cd1e6fb421a9cca4b4a7d1e644500e68c6da7db 100644
|
| --- a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| +++ b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp
|
| @@ -93,7 +93,7 @@ static void paintInternal(Page& page, WebCanvas* canvas,
|
| if (view) {
|
| ClipRecorder clipRecorder(paintContext, root, DisplayItem::PageWidgetDelegateClip, LayoutRect(dirtyRect));
|
|
|
| - view->paint(&paintContext, globalPaintFlags, CullRect(dirtyRect));
|
| + view->paint(paintContext, globalPaintFlags, CullRect(dirtyRect));
|
| } else if (!DrawingRecorder::useCachedDrawingIfPossible(paintContext, root, DisplayItem::PageWidgetDelegateBackgroundFallback)) {
|
| DrawingRecorder drawingRecorder(paintContext, root, DisplayItem::PageWidgetDelegateBackgroundFallback, dirtyRect);
|
| paintContext.fillRect(dirtyRect, Color::white);
|
|
|