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

Unified Diff: chrome/browser/tab_contents/tab_contents_view_gtk.h

Issue 150204: GTK: when doing a drag from a web page, pass a recent mouse down to gtk_drag_... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | « no previous file | chrome/browser/tab_contents/tab_contents_view_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/tab_contents_view_gtk.h
===================================================================
--- chrome/browser/tab_contents/tab_contents_view_gtk.h (revision 19793)
+++ chrome/browser/tab_contents/tab_contents_view_gtk.h (working copy)
@@ -116,9 +116,9 @@
// between uses so that it won't go out of scope before we're done with it.
scoped_ptr<RenderViewContextMenuGtk> context_menu_;
- // The event time for the last mouse down we handled. We need this to properly
- // show context menus.
- guint32 last_mouse_down_time_;
+ // The event time for the last mouse down we handled. We need this for context
Elliot Glaysher 2009/07/02 20:04:46 s/time//;
+ // menus and drags.
+ GdkEventButton last_mouse_down_;
// Used to get notifications about renderers coming and going.
NotificationRegistrar registrar_;
« no previous file with comments | « no previous file | chrome/browser/tab_contents/tab_contents_view_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698