| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index 2678d3272d5ed2bc10ecc2079a7727bce369370a..3fb5cf042224492620c7044754093cafc4156732 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -1105,6 +1105,8 @@ void FrameView::invalidateTreeIfNeeded(PaintInvalidationState& paintInvalidation
|
| if (m_frame->selection().isCaretBoundsDirty())
|
| m_frame->selection().invalidateCaretRect();
|
|
|
| + rootForPaintInvalidation.compositor()->finalizeInvalidations();
|
| +
|
| m_doFullPaintInvalidation = false;
|
| lifecycle().advanceTo(DocumentLifecycle::PaintInvalidationClean);
|
|
|
|
|