| Index: WebCore/platform/win/PopupMenuWin.h
|
| ===================================================================
|
| --- WebCore/platform/win/PopupMenuWin.h (revision 67003)
|
| +++ WebCore/platform/win/PopupMenuWin.h (working copy)
|
| @@ -91,6 +91,8 @@
|
| void setScrollbarCapturingMouse(bool b) { m_scrollbarCapturingMouse = b; }
|
|
|
| // ScrollBarClient
|
| + 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 { return true; }
|
|
|