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

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

Issue 933823004: Revert of Respect the smooth scrolling setting in LayerScrollableArea. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/core/layout/LayerScrollableArea.h ('k') | Source/web/WebPagePopupImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayerScrollableArea.cpp
diff --git a/Source/core/layout/LayerScrollableArea.cpp b/Source/core/layout/LayerScrollableArea.cpp
index 6335474f64ec49832bc70d3d5a1db695ee8a9e18..f86d8a8a65c4de1a64e8c8199525087b3f48513b 100644
--- a/Source/core/layout/LayerScrollableArea.cpp
+++ b/Source/core/layout/LayerScrollableArea.cpp
@@ -485,13 +485,6 @@
return box().frame() ? box().frame()->eventHandler().lastKnownMousePosition() : IntPoint();
}
-bool LayerScrollableArea::scrollAnimatorEnabled() const
-{
- if (Settings* settings = box().frame()->settings())
- return settings->scrollAnimatorEnabled();
- return false;
-}
-
bool LayerScrollableArea::shouldSuspendScrollAnimations() const
{
RenderView* view = box().view();
« no previous file with comments | « Source/core/layout/LayerScrollableArea.h ('k') | Source/web/WebPagePopupImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698