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