| Index: third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
|
| index 65aca21855cf57ef77f0deb8a28a7a81dd7de2a6..ee741840fbf84ef981f7c69e7f0ab40c18e9a81a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
|
| @@ -87,7 +87,7 @@ void ContentLayerDelegate::PaintContents(
|
| // occurs in FrameView::paintTree(); this method merely copies the painted
|
| // output to the WebDisplayItemList.
|
| if (painting_control != kPaintDefaultBehavior)
|
| - graphics_layer_->Paint(nullptr, disabled_mode);
|
| + graphics_layer_->Paint(nullptr, nullptr, disabled_mode);
|
|
|
| paint_controller.GetPaintArtifact().AppendToWebDisplayItemList(
|
| web_display_item_list);
|
|
|