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

Unified Diff: chrome/browser/ui/gtk/avatar_menu_item_gtk.h

Issue 8921003: Linux/Gtk: Drawing a focus-ring around the avatar menu items to highlight selection. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years 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: chrome/browser/ui/gtk/avatar_menu_item_gtk.h
===================================================================
--- chrome/browser/ui/gtk/avatar_menu_item_gtk.h (revision 113987)
+++ chrome/browser/ui/gtk/avatar_menu_item_gtk.h (working copy)
@@ -67,6 +67,8 @@
GdkEventFocus*);
CHROMEGTK_CALLBACK_1(AvatarMenuItemGtk, gboolean, OnProfileKeyPress,
GdkEventKey*);
+ CHROMEGTK_CALLBACK_1(AvatarMenuItemGtk, gboolean, OnEventBoxExpose,
+ GdkEventExpose*);
CHROMEGTK_CALLBACK_0(AvatarMenuItemGtk, void, OnEditProfileLinkClicked);
// Create all widgets in this menu item, using |theme_service|.
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/avatar_menu_item_gtk.cc » ('j') | chrome/browser/ui/gtk/avatar_menu_item_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698