| 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..abc6861e59127762eb712e10f3409f89d836a4fd 100644
|
| --- a/chrome/browser/ui/gtk/gtk_chrome_link_button.h
|
| +++ b/chrome/browser/ui/gtk/gtk_chrome_link_button.h
|
| @@ -39,9 +39,11 @@ 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;
|
| + gchar* insensitive_native_markup;
|
| gboolean using_native_theme;
|
| GdkCursor* hand_cursor;
|
| gchar* text;
|
|
|