Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index dffc6f79fa8f9ec0e1199240eb2218c26f5f2bbd..09f5abeb11dbb6e587fdea0efa5181494fd2dbb9 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -320,6 +320,7 @@ public: |
virtual GraphicsLayer* layerForScrollCorner() const OVERRIDE; |
protected: |
+ virtual void scrollContentsIfNeeded(); |
virtual bool scrollContentsFastPath(const IntSize& scrollDelta) OVERRIDE; |
virtual void scrollContentsSlowPath(const IntRect& updateRect) OVERRIDE; |
@@ -384,6 +385,7 @@ private: |
void didScrollTimerFired(Timer<FrameView>*); |
void updateLayersAndCompositingAfterScrollIfNeeded(); |
+ void updateFixedElementPaintInvalidationRectsAfterScroll(); |
void updateCompositedSelectionBoundsIfNeeded(); |
bool hasCustomScrollbars() const; |