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

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

Issue 1308273010: Adapt and reland old position sticky implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix style errors and remaining layout tests. Created 5 years, 3 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: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 81b58b62ee1b3210854c179280942d9999bc6202..108b703dababa8d9959ec4ad3a10471bc2952040 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -667,7 +667,7 @@ private:
void scrollPositionChanged();
void didScrollTimerFired(Timer<FrameView>*);
- void updateLayersAndCompositingAfterScrollIfNeeded();
+ void updateLayersAndCompositingAfterScrollIfNeeded(const DoubleSize& scrollDelta);
static bool computeCompositedSelection(LocalFrame&, CompositedSelection&);
void updateCompositedSelectionIfNeeded();

Powered by Google App Engine
This is Rietveld 408576698