| Index: chrome/browser/ui/gtk/gtk_chrome_link_button.h
|
| diff --git a/chrome/browser/ui/gtk/gtk_chrome_link_button.h b/chrome/browser/ui/gtk/gtk_chrome_link_button.h
|
| index 4532b02a9ce1add2d94949cd88e01331e823b2b3..c9bff2fe30b6b7edb7d335cc9990f41b4cc13daa 100644
|
| --- a/chrome/browser/ui/gtk/gtk_chrome_link_button.h
|
| +++ b/chrome/browser/ui/gtk/gtk_chrome_link_button.h
|
| @@ -39,7 +39,8 @@ struct _GtkChromeLinkButton {
|
| GtkWidget* label;
|
| gchar* normal_markup;
|
| gchar* pressed_markup;
|
| - gboolean is_normal;
|
| + gchar* insensitive_markup;
|
| + GtkStateType label_state;
|
| gchar normal_color[9];
|
| gchar* native_markup;
|
| gboolean using_native_theme;
|
|
|