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

Unified Diff: third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h

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/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 2e7581f50144b75760bf00300884a5791e150f8e..c3ed4d31402301852a51acfd236169c470d52a7e 100644
--- a/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
+++ b/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
@@ -117,6 +117,8 @@
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