| Index: WebCore/rendering/RenderListBox.h
|
| ===================================================================
|
| --- WebCore/rendering/RenderListBox.h (revision 67003)
|
| +++ WebCore/rendering/RenderListBox.h (working copy)
|
| @@ -96,6 +96,8 @@
|
| virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
|
|
|
| // ScrollbarClient interface.
|
| + virtual int scrollSize(ScrollbarOrientation orientation) const;
|
| + virtual void setScrollOffsetFromAnimation(const IntPoint&);
|
| virtual void valueChanged(Scrollbar*);
|
| virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&);
|
| virtual bool isActive() const;
|
|
|