Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp |
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp |
index d30b32f104526f04e2ca1aeb9f5a9a17dd098964..bd6003024555631ccdd120f5b8036dfc0774d7d5 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp |
@@ -394,7 +394,6 @@ void PaintLayerScrollableArea::setScrollOffset(const DoublePoint& newScrollOffse |
// FIXME: This invalidation will be unnecessary in slimming paint phase 2. |
if (requiresPaintInvalidation) { |
box().setShouldDoFullPaintInvalidationIncludingNonCompositingDescendants(); |
- frameView->setFrameTimingRequestsDirty(true); |
} |
// Schedule the scroll DOM event. |