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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 2605543002: Replace adjustment of previous visual rects on scroll with normal paint invalidation (Closed)
Patch Set: Remove unused parameters Created 4 years 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/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 6f8b92d5fa94e0ffa60f2a701eb4a7ffe135c4f8..47517031fb0df30b62b0d5d9b144923ef2b6f379 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -933,8 +933,7 @@ class CORE_EXPORT FrameView final
void scrollToFragmentAnchor();
void didScrollTimerFired(TimerBase*);
- void updateLayersAndCompositingAfterScrollIfNeeded(
- const ScrollOffset& scrollDelta);
+ void updateLayersAndCompositingAfterScrollIfNeeded();
static bool computeCompositedSelection(LocalFrame&, CompositedSelection&);
void updateCompositedSelectionIfNeeded();

Powered by Google App Engine
This is Rietveld 408576698