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

Unified Diff: Source/core/layout/LayerScrollableArea.h

Issue 882813005: Respect the smooth scrolling setting in LayerScrollableArea. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 10 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: Source/core/layout/LayerScrollableArea.h
diff --git a/Source/core/layout/LayerScrollableArea.h b/Source/core/layout/LayerScrollableArea.h
index 9968f472f74f2bdef9a512d488408fff6ddbcb61..1a3ede7d5aed7e5e7be2ede6185000770e5d8a8e 100644
--- a/Source/core/layout/LayerScrollableArea.h
+++ b/Source/core/layout/LayerScrollableArea.h
@@ -107,6 +107,7 @@ public:
virtual IntSize contentsSize() const override;
virtual IntSize overhangAmount() const override;
virtual IntPoint lastKnownMousePosition() const override;
+ virtual bool scrollAnimatorEnabled() const override;
virtual bool shouldSuspendScrollAnimations() const override;
virtual bool scrollbarsCanBeActive() const override;
virtual IntRect scrollableAreaBoundingBox() const override;
« no previous file with comments | « LayoutTests/fast/scroll-behavior/precise-delta-no-animate-expected.txt ('k') | Source/core/layout/LayerScrollableArea.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698