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

Unified Diff: third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.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/platform/mac/ScrollAnimatorMac.h
diff --git a/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h b/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
index 111b801aedb79d1249e4aa6ef3ac3b20079a56f2..8a8663402e903046e2802cd95be3d1998498bad0 100644
--- a/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
+++ b/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
@@ -117,8 +117,6 @@ class PLATFORM_EXPORT ScrollAnimatorMac : public ScrollAnimatorBase {
void didAddHorizontalScrollbar(Scrollbar&) override;
void willRemoveHorizontalScrollbar(Scrollbar&) override;
- bool shouldScrollbarParticipateInHitTesting(Scrollbar&) override;
-
void notifyContentAreaScrolled(const ScrollOffset& delta) override;
bool setScrollbarsVisibleForTesting(bool) override;

Powered by Google App Engine
This is Rietveld 408576698