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

Unified Diff: third_party/WebKit/Source/core/frame/RootFrameViewport.cpp

Issue 2478463003: Revert of Implement overlay scrollbar fade out for non-composited scrollers. (Closed)
Patch Set: Created 4 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
Index: third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
index 0ce9633862cad9daab1b7448c3989ce4246783ad..f7bce5958ef484b82715c7b7fc5081288f96a26a 100644
--- a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
+++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
@@ -422,10 +422,10 @@
return visualViewport().getWidget();
}
-void RootFrameViewport::clearScrollableArea() {
- ScrollableArea::clearScrollableArea();
- layoutViewport().clearScrollableArea();
- visualViewport().clearScrollableArea();
+void RootFrameViewport::clearScrollAnimators() {
+ ScrollableArea::clearScrollAnimators();
+ layoutViewport().clearScrollAnimators();
+ visualViewport().clearScrollAnimators();
}
DEFINE_TRACE(RootFrameViewport) {
« no previous file with comments | « third_party/WebKit/Source/core/frame/RootFrameViewport.h ('k') | third_party/WebKit/Source/core/paint/PaintLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698