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

Unified Diff: webkit/glue/webview_impl.h

Issue 147246: Linux: middle-click to navigate (Closed)
Patch Set: ... Created 11 years, 6 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
« no previous file with comments | « chrome/browser/views/tab_contents/tab_contents_view_gtk.h ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webview_impl.h
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h
index 7635dbf88daa054eef7ea4d7b80773e8066f5920..6e7cf91b4c23808a07d489c3d57e07ffd17e40d6 100644
--- a/webkit/glue/webview_impl.h
+++ b/webkit/glue/webview_impl.h
@@ -171,8 +171,8 @@ class WebViewImpl : public WebView, public base::RefCounted<WebViewImpl> {
// Event related methods:
void MouseMove(const WebKit::WebMouseEvent& mouse_event);
void MouseLeave(const WebKit::WebMouseEvent& mouse_event);
- void MouseDown(const WebKit::WebMouseEvent& mouse_event);
- void MouseUp(const WebKit::WebMouseEvent& mouse_event);
+ bool MouseDown(const WebKit::WebMouseEvent& mouse_event);
+ bool MouseUp(const WebKit::WebMouseEvent& mouse_event);
void MouseContextMenu(const WebKit::WebMouseEvent& mouse_event);
void MouseDoubleClick(const WebKit::WebMouseEvent& mouse_event);
void MouseWheel(const WebKit::WebMouseWheelEvent& wheel_event);
« no previous file with comments | « chrome/browser/views/tab_contents/tab_contents_view_gtk.h ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698