Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp

Issue 1897123002: Remove current implementation of frame timing events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698