| Index: chrome/browser/gtk/browser_titlebar.h
|
| ===================================================================
|
| --- chrome/browser/gtk/browser_titlebar.h (revision 19151)
|
| +++ chrome/browser/gtk/browser_titlebar.h (working copy)
|
| @@ -66,6 +66,9 @@
|
| virtual bool IsItemChecked(int command_id) const;
|
| virtual void ExecuteCommand(int command_id);
|
|
|
| + static gboolean OnAvatarExpose(
|
| + GtkWidget* widget, GdkEventExpose* event, BrowserTitlebar* titlebar);
|
| +
|
| // Pointers to the browser window that owns us and it's GtkWindow.
|
| BrowserWindowGtk* browser_window_;
|
| GtkWindow* window_;
|
|
|