Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: sky/engine/platform/scroll/Scrollbar.h

Issue 646273006: Get rid of ScrollView. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: merge to ToT Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(); }

Powered by Google App Engine
This is Rietveld 408576698