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

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

Issue 721473002: Removed ScrollingCoordinator and a bunch of composited scrolling' (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: cr comments Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/platform/graphics/GraphicsLayerClient.h ('k') | sky/engine/platform/scroll/ScrollableArea.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/scroll/ScrollableArea.h
diff --git a/sky/engine/platform/scroll/ScrollableArea.h b/sky/engine/platform/scroll/ScrollableArea.h
index 853178cb71a38c139ba6cd39aa91af4553d7caa4..cc27611408de9a8aa932430cff770b2e8f617593 100644
--- a/sky/engine/platform/scroll/ScrollableArea.h
+++ b/sky/engine/platform/scroll/ScrollableArea.h
@@ -191,13 +191,6 @@ public:
m_horizontalBarDamage = IntRect();
}
- GraphicsLayer* layerForContainer() const;
- virtual GraphicsLayer* layerForScrolling() const = 0;
- virtual GraphicsLayer* layerForHorizontalScrollbar() const = 0;
- virtual GraphicsLayer* layerForVerticalScrollbar() const = 0;
- bool hasLayerForHorizontalScrollbar() const;
- bool hasLayerForVerticalScrollbar() const;
-
void cancelProgrammaticScrollAnimation();
protected:
« no previous file with comments | « sky/engine/platform/graphics/GraphicsLayerClient.h ('k') | sky/engine/platform/scroll/ScrollableArea.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698