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

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

Issue 2838513003: ScrollAnimatorMac should post contentAreaScrolled only for explicit scrolls. (Closed)
Patch Set: rebase Created 3 years, 8 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
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 34619ae4b03512b54436df57a30d17c7c79f0f30..bed7ef9f7ac6b683cd6dc424d47e8d4f010f62d7 100644
--- a/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
+++ b/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
@@ -116,7 +116,8 @@ class PLATFORM_EXPORT ScrollAnimatorMac : public ScrollAnimatorBase {
void DidAddHorizontalScrollbar(Scrollbar&) override;
void WillRemoveHorizontalScrollbar(Scrollbar&) override;
- void NotifyContentAreaScrolled(const ScrollOffset& delta) override;
+ void NotifyContentAreaScrolled(const ScrollOffset& delta,
+ ScrollType) override;
bool SetScrollbarsVisibleForTesting(bool) override;
« no previous file with comments | « third_party/WebKit/Source/core/frame/FrameView.cpp ('k') | third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698