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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.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/scroll/ScrollAnimatorBase.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
index e0c8c369640a0c014f703613ba25f9318770fcb8..40a972dc056fd7ac47127ae5da19455d0e44f86b 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
@@ -100,7 +100,7 @@ class PLATFORM_EXPORT ScrollAnimatorBase
virtual void DidAddHorizontalScrollbar(Scrollbar&) {}
virtual void WillRemoveHorizontalScrollbar(Scrollbar&) {}
- virtual void NotifyContentAreaScrolled(const ScrollOffset&) {}
+ virtual void NotifyContentAreaScrolled(const ScrollOffset&, ScrollType) {}
virtual bool SetScrollbarsVisibleForTesting(bool) { return false; }

Powered by Google App Engine
This is Rietveld 408576698