Changeset 1404 for trunk/BAL/Widgets/WebCore/WK/BCScrollViewWK.h
- Timestamp:
- 03/15/10 14:08:06 (6 months ago)
- Files:
-
- trunk/BAL/Widgets/WebCore/WK/BCScrollViewWK.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/Widgets/WebCore/WK/BCScrollViewWK.h
r1361 r1404 250 250 virtual void updateScrollCorner(); 251 251 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect); 252 253 // Scroll the content by blitting the pixels 254 virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect); 252 255 253 256 private:
