Index: sky/engine/platform/scroll/Scrollbar.h |
diff --git a/sky/engine/platform/scroll/Scrollbar.h b/sky/engine/platform/scroll/Scrollbar.h |
index 25065abcc1e4bd49cad9ac6653bdf2e1abbb7806..d140b4a1beabe445973fb588836afed180b1e333 100644 |
--- a/sky/engine/platform/scroll/Scrollbar.h |
+++ b/sky/engine/platform/scroll/Scrollbar.h |
@@ -40,7 +40,6 @@ class IntRect; |
class PlatformGestureEvent; |
class PlatformMouseEvent; |
class ScrollableArea; |
-class ScrollView; |
class PLATFORM_EXPORT Scrollbar : public Widget { |
@@ -60,8 +59,6 @@ public: |
Widget* root() const { return Widget::root(); } |
void removeFromParent(); |
- ScrollView* parentScrollView() const; |
- ScrollView* rootScrollView() const; |
void setFrameRect(const IntRect& r) { Widget::setFrameRect(r); } |
IntRect frameRect() const { return Widget::frameRect(); } |