Chromium Code Reviews| 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 a0fbb32574f133ce15f1714534835fd5ad2bfe09..ce6fedd74b4264a97bf15b71ddfbadf20413715b 100644 |
| --- a/third_party/WebKit/Source/web/PageWidgetDelegate.cpp |
| +++ b/third_party/WebKit/Source/web/PageWidgetDelegate.cpp |
| @@ -83,6 +83,7 @@ static void paintInternal(Page& page, |
| IntRect dirtyRect(rect); |
| FrameView* view = root.view(); |
| + view->updateAllLifecyclePhasesExceptPaint(); |
|
chrishtr
2017/02/12 19:24:34
Fixed this bug in patch set 15. This call site hap
|
| if (view) { |
| ClipRecorder clipRecorder(paintContext, pictureBuilder, |
| DisplayItem::kPageWidgetDelegateClip, |