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

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

Issue 191693002: Delay scrollContents until the next paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/rendering/RenderLayer.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index 429b11d5fe464ca8d208b43322e6533077f55e1a..466ba39aa283b28c075ad2272bf5470455376ada 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -146,6 +146,7 @@ public:
void setInputEventsTransformForEmulation(const IntSize&, float);
virtual void setScrollPosition(const IntPoint&) OVERRIDE;
+ virtual void invalidateFixedElementsBeforeScrolling(const IntSize&, const IntRect&);
virtual void repaintFixedElementsAfterScrolling() OVERRIDE;
abarth-chromium 2014/03/08 06:54:52 OVERRIDE?
ykyyip 2014/03/11 01:59:39 Done.
virtual void updateFixedElementsAfterScrolling() OVERRIDE;
virtual bool shouldRubberBandInDirection(ScrollDirection) const OVERRIDE;
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/rendering/RenderLayer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698