Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp |
diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp |
index 1adf1d07ce0e38d1b4b36c67403bf7acb6d76aa6..d702f4d774cee0b98d5ca60a5fd7cac167f370aa 100644 |
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp |
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp |
@@ -450,8 +450,6 @@ void PaintLayerCompositor::updateIfNeeded() |
for (unsigned i = 0; i < layersNeedingPaintInvalidation.size(); i++) |
forceRecomputePaintInvalidationRectsIncludingNonCompositingDescendants(layersNeedingPaintInvalidation[i]->layoutObject()); |
- m_layoutView.frameView()->setFrameTimingRequestsDirty(true); |
- |
// Inform the inspector that the layer tree has changed. |
if (m_layoutView.frame()->isMainFrame()) |
InspectorInstrumentation::layerTreeDidChange(m_layoutView.frame()); |