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

Unified Diff: sky/engine/platform/scroll/ScrollableArea.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/ScrollableArea.h
diff --git a/sky/engine/platform/scroll/ScrollableArea.h b/sky/engine/platform/scroll/ScrollableArea.h
index bc2e26a1556c5497265517fc71c267c9de889ab6..93eb33b714a7b6bacf61deb1e6cfc6e7119eeec3 100644
--- a/sky/engine/platform/scroll/ScrollableArea.h
+++ b/sky/engine/platform/scroll/ScrollableArea.h
@@ -36,7 +36,6 @@ namespace blink {
class FloatPoint;
class HostWindow;
-class PlatformWheelEvent;
class ScrollAnimator;
enum ScrollBehavior {
@@ -67,8 +66,6 @@ public:
static bool scrollBehaviorFromString(const String&, ScrollBehavior&);
- bool handleWheelEvent(const PlatformWheelEvent&);
-
// Functions for controlling if you can scroll past the end of the document.
bool constrainsScrollingToContentEdge() const { return m_constrainsScrollingToContentEdge; }
void setConstrainsScrollingToContentEdge(bool constrainsScrollingToContentEdge) { m_constrainsScrollingToContentEdge = constrainsScrollingToContentEdge; }

Powered by Google App Engine
This is Rietveld 408576698