| Index: sky/engine/platform/scroll/Scrollbar.h
|
| diff --git a/sky/engine/platform/scroll/Scrollbar.h b/sky/engine/platform/scroll/Scrollbar.h
|
| index 188f866b70f8f810eb93b97803292fd2846a1bf2..856d7cc3076e061537b8821b4cb03865c1ca10cd 100644
|
| --- a/sky/engine/platform/scroll/Scrollbar.h
|
| +++ b/sky/engine/platform/scroll/Scrollbar.h
|
| @@ -50,7 +50,6 @@ public:
|
| void invalidateRect(const IntRect&);
|
|
|
| ScrollbarOverlayStyle scrollbarOverlayStyle() const;
|
| - void getTickmarks(Vector<IntRect>&) const;
|
| bool isScrollableAreaActive() const;
|
|
|
| ScrollbarOrientation orientation() const { return m_orientation; }
|
|
|