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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h

Issue 2547653002: Remove dead code processing wheel gesture phase. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 42d431d2e8e326c917dc62ae352a516c45294128..6a81c42be107b6ca140a48fce0db3d9394efae62 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollAnimatorBase.h
@@ -63,10 +63,6 @@ class PLATFORM_EXPORT ScrollAnimatorBase
virtual void scrollToOffsetWithoutAnimation(const ScrollOffset&);
-#if OS(MACOSX)
- virtual void handleWheelEventPhase(PlatformWheelEventPhase) {}
-#endif
-
void setCurrentOffset(const ScrollOffset&);
ScrollOffset currentOffset() const;
virtual ScrollOffset desiredTargetOffset() const { return currentOffset(); }
« no previous file with comments | « third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698