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

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

Issue 680703002: Remove more frame-level scrolling machinery. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « sky/engine/core/rendering/RenderBox.cpp ('k') | sky/engine/platform/scroll/ScrollableArea.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/scroll/ScrollAnimator.h
diff --git a/sky/engine/platform/scroll/ScrollAnimator.h b/sky/engine/platform/scroll/ScrollAnimator.h
index dd8c77d121a91131f92c59f8b792f1381874d631..93e382f3adfb74f1a1b6621241b55ffd7e93d6e6 100644
--- a/sky/engine/platform/scroll/ScrollAnimator.h
+++ b/sky/engine/platform/scroll/ScrollAnimator.h
@@ -99,8 +99,6 @@ public:
virtual void notifyContentAreaScrolled(const FloatSize&) { }
- virtual bool isRubberBandInProgress() const { return false; }
-
protected:
explicit ScrollAnimator(ScrollableArea*);
« no previous file with comments | « sky/engine/core/rendering/RenderBox.cpp ('k') | sky/engine/platform/scroll/ScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698