Chromium Code Reviews| 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_; |