| Index: WebCore/platform/ScrollView.h
|
| ===================================================================
|
| --- WebCore/platform/ScrollView.h (revision 67003)
|
| +++ WebCore/platform/ScrollView.h (working copy)
|
| @@ -57,7 +57,9 @@
|
| public:
|
| ~ScrollView();
|
|
|
| - // ScrollbarClient function. FrameView overrides the others.
|
| + // ScrollbarClient functions. FrameView overrides the others.
|
| + virtual int scrollSize(ScrollbarOrientation orientation) const;
|
| + virtual void setScrollOffsetFromAnimation(const IntPoint&);
|
| virtual void valueChanged(Scrollbar*);
|
|
|
| // The window thats hosts the ScrollView. The ScrollView will communicate scrolls and repaints to the
|
|
|