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

Unified Diff: sky/engine/core/page/EventHandler.h

Issue 689283003: Remove scroll corners and resizers. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « sky/engine/core/frame/Settings.in ('k') | sky/engine/core/page/EventHandler.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/EventHandler.h
diff --git a/sky/engine/core/page/EventHandler.h b/sky/engine/core/page/EventHandler.h
index b9be45ac2dd46c65fdcf14a70691dd9a70bd12f5..37fff903ddd98b51fbf6275e1ee556d03ef42cf0 100644
--- a/sky/engine/core/page/EventHandler.h
+++ b/sky/engine/core/page/EventHandler.h
@@ -112,8 +112,6 @@ public:
void scheduleHoverStateUpdate();
void scheduleCursorUpdate();
- void resizeScrollableAreaDestroyed();
-
IntPoint lastKnownMousePosition() const;
Cursor currentMouseCursor() const { return m_currentMouseCursor; }
@@ -265,8 +263,6 @@ private:
bool handleGestureShowPress();
- bool handleScrollGestureOnResizer(Node*, const PlatformGestureEvent&);
-
bool passScrollGestureEventToWidget(const PlatformGestureEvent&, RenderObject*);
bool sendScrollEventToView(const PlatformGestureEvent&, const FloatSize&);
@@ -294,8 +290,6 @@ private:
Timer<EventHandler> m_fakeMouseMoveEventTimer;
- RenderLayerScrollableArea* m_resizeScrollableArea;
-
RefPtr<Node> m_capturingMouseEventsNode;
bool m_eventHandlerWillResetCapturingMouseEventsNode;
@@ -310,8 +304,6 @@ private:
RefPtr<Node> m_dragTarget;
bool m_shouldOnlyFireDragOverEvent;
- LayoutSize m_offsetFromResizeCorner; // In the coords of m_resizeScrollableArea.
-
bool m_mousePositionIsUnknown;
IntPoint m_lastKnownMousePosition;
IntPoint m_lastKnownMouseGlobalPosition;
« no previous file with comments | « sky/engine/core/frame/Settings.in ('k') | sky/engine/core/page/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698