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

Unified Diff: sky/engine/platform/scroll/ScrollAnimator.h

Issue 709603006: Remove a bunch of OS(MACOSX) code (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Even more Created 6 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: sky/engine/platform/scroll/ScrollAnimator.h
diff --git a/sky/engine/platform/scroll/ScrollAnimator.h b/sky/engine/platform/scroll/ScrollAnimator.h
index 54c4e3be648b403dd720bcc7dc950f3b1218ee88..736c484737cab77810e1a2c537b73c4965784c59 100644
--- a/sky/engine/platform/scroll/ScrollAnimator.h
+++ b/sky/engine/platform/scroll/ScrollAnimator.h
@@ -66,10 +66,6 @@ public:
virtual bool handleWheelEvent(const PlatformWheelEvent&);
-#if OS(MACOSX)
- virtual void handleWheelEventPhase(PlatformWheelEventPhase) { }
-#endif
-
void setCurrentPosition(const FloatPoint&);
FloatPoint currentPosition() const;

Powered by Google App Engine
This is Rietveld 408576698