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

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

Issue 2467693002: Implement overlay scrollbar fade out for non-composited scrollers. (Closed)
Patch Set: sigh....git cl format 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.h
diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.h b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
index ee0587ad976f6735c067ab6b8466356570c95841..93e554d80a95318c2f1f04990b88476a668d2843 100644
--- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h
+++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h
@@ -101,7 +101,7 @@ class CORE_EXPORT RootFrameViewport final
void cancelProgrammaticScrollAnimation() override;
ScrollBehavior scrollBehaviorStyle() const override;
Widget* getWidget() override;
- void clearScrollAnimators() override;
+ void clearScrollableArea() override;
LayoutBox* layoutBox() const override;
FloatQuad localToVisibleContentQuad(const FloatQuad&,
const LayoutObject*,
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/core/frame/RootFrameViewport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698