src/3rdparty/webkit/WebCore/platform/ScrollView.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
   242     void setHasVerticalScrollbar(bool);
   242     void setHasVerticalScrollbar(bool);
   243 
   243 
   244     IntRect scrollCornerRect() const;
   244     IntRect scrollCornerRect() const;
   245     virtual void updateScrollCorner();
   245     virtual void updateScrollCorner();
   246     virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
   246     virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
       
   247 
       
   248     // Scroll the content by blitting the pixels
       
   249     virtual void scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect);
   247     
   250     
   248 private:
   251 private:
   249     RefPtr<Scrollbar> m_horizontalScrollbar;
   252     RefPtr<Scrollbar> m_horizontalScrollbar;
   250     RefPtr<Scrollbar> m_verticalScrollbar;
   253     RefPtr<Scrollbar> m_verticalScrollbar;
   251     ScrollbarMode m_horizontalScrollbarMode;
   254     ScrollbarMode m_horizontalScrollbarMode;