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

Unified Diff: Source/platform/scroll/ScrollAnimator.h

Issue 197213011: Selectively disable rubber banding on mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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: Source/platform/scroll/ScrollAnimator.h
diff --git a/Source/platform/scroll/ScrollAnimator.h b/Source/platform/scroll/ScrollAnimator.h
index dc38615eac9d5255cf080010af5e5eb3285ab417..b4ea503ff4bcbfa46a4429ec766145a6092e7fc4 100644
--- a/Source/platform/scroll/ScrollAnimator.h
+++ b/Source/platform/scroll/ScrollAnimator.h
@@ -64,7 +64,7 @@ public:
virtual void setIsActive() { }
- virtual bool handleWheelEvent(const PlatformWheelEvent&);
+ virtual bool handleWheelEvent(const PlatformWheelEvent&, bool canRubberbandLeft, bool canRubberbandRight);
#if OS(MACOSX)
virtual void handleWheelEventPhase(PlatformWheelEventPhase) { }

Powered by Google App Engine
This is Rietveld 408576698