| 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 985302668f0a8ea807e83e05ed286ea613998074..4b515c55dd0131319d337d884c962202a27bf1f1 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2621,10 +2621,6 @@ void FrameView::synchronizedPaint()
|
| if (!layoutViewItem.isNull())
|
| layoutViewItem.layer()->clearNeedsRepaintRecursively();
|
| });
|
| -
|
| -#if CHECK_DISPLAY_ITEM_CLIENT_ALIVENESS
|
| - DisplayItemClient::endShouldKeepAliveAllClients();
|
| -#endif
|
| }
|
|
|
| void FrameView::synchronizedPaintRecursively(GraphicsLayer* graphicsLayer)
|
|
|