| Index: sky/engine/core/frame/FrameView.cpp
|
| diff --git a/sky/engine/core/frame/FrameView.cpp b/sky/engine/core/frame/FrameView.cpp
|
| index 73ee56486a5dca672698f37d15c038fe9960b4ba..8eaf22f4cedf81f665abbbde280e70330280f08b 100644
|
| --- a/sky/engine/core/frame/FrameView.cpp
|
| +++ b/sky/engine/core/frame/FrameView.cpp
|
| @@ -669,12 +669,7 @@ void FrameView::performPostLayoutTasks()
|
| m_postLayoutTasksTimer.stop();
|
|
|
| m_frame->selection().setCaretRectNeedsUpdate();
|
| -
|
| - {
|
| - // Hits in compositing/overflow/do-not-repaint-if-scrolling-composited-layers.html
|
| - DisableCompositingQueryAsserts disabler;
|
| - m_frame->selection().updateAppearance();
|
| - }
|
| + m_frame->selection().updateAppearance();
|
|
|
| ASSERT(m_frame->document());
|
| if (m_nestedLayoutCount <= 1) {
|
|
|