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

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

Issue 870073003: Remove mouse events from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: sky/engine/platform/scroll/ScrollAnimator.h
diff --git a/sky/engine/platform/scroll/ScrollAnimator.h b/sky/engine/platform/scroll/ScrollAnimator.h
index 223ef84bde845ff1c9f69d7d63610c7550b06b05..c20a983bee2b7f07f00654a542535686b2735b78 100644
--- a/sky/engine/platform/scroll/ScrollAnimator.h
+++ b/sky/engine/platform/scroll/ScrollAnimator.h
@@ -32,7 +32,6 @@
#define SKY_ENGINE_PLATFORM_SCROLL_SCROLLANIMATOR_H_
#include "sky/engine/platform/PlatformExport.h"
-#include "sky/engine/platform/PlatformWheelEvent.h"
#include "sky/engine/platform/geometry/FloatSize.h"
#include "sky/engine/platform/scroll/ScrollTypes.h"
#include "sky/engine/wtf/FastAllocBase.h"
@@ -64,8 +63,6 @@ public:
virtual void setIsActive() { }
- virtual bool handleWheelEvent(const PlatformWheelEvent&);
-
void setCurrentPosition(const FloatPoint&);
FloatPoint currentPosition() const;

Powered by Google App Engine
This is Rietveld 408576698