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

Unified Diff: sky/engine/web/WebViewImpl.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/web/WebViewImpl.h
diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
index 159df5593b8cb70f6ab26fd0fc0f14a7f0f91803..7b334371bc5aac3e02801ce646f95524e304e786 100644
--- a/sky/engine/web/WebViewImpl.h
+++ b/sky/engine/web/WebViewImpl.h
@@ -154,9 +154,6 @@ public:
// the page is shutting down, but will be valid at all other times.
WebLocalFrameImpl* mainFrameImpl();
- // Event related methods:
- void mouseDoubleClick(const WebMouseEvent&);
-
// Notifies the WebView that a load has been committed. isNewNavigation
// will be true if a new session history item should be created for that
// load. isNavigationWithinPage will be true if the navigation does
@@ -243,12 +240,7 @@ private:
bool handleCharEvent(const WebKeyboardEvent&);
bool handleGestureEvent(const WebGestureEvent&);
bool handleKeyEvent(const WebKeyboardEvent&);
- bool handleMouseWheel(LocalFrame&, const WebMouseWheelEvent&);
bool handleTouchEvent(LocalFrame& mainFrame, const WebTouchEvent& event);
- void handleMouseDown(LocalFrame&, const WebMouseEvent&);
- void handleMouseLeave(LocalFrame&, const WebMouseEvent&);
- void handleMouseMove(LocalFrame& mainFrame, const WebMouseEvent& event);
- void handleMouseUp(LocalFrame&, const WebMouseEvent&);
InputMethodContext* inputMethodContext();

Powered by Google App Engine
This is Rietveld 408576698