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

Unified Diff: chrome/browser/gtk/custom_button.h

Issue 3058032: Merge 53868 - Remove support for background masks. These are no longer neces... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 5 months 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
« no previous file with comments | « chrome/browser/gtk/browser_toolbar_gtk.cc ('k') | chrome/browser/gtk/custom_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/custom_button.h
===================================================================
--- chrome/browser/gtk/custom_button.h (revision 54670)
+++ chrome/browser/gtk/custom_button.h (working copy)
@@ -35,8 +35,7 @@
int normal_id,
int pressed_id,
int hover_id,
- int disabled_id,
- int background_id);
+ int disabled_id);
~CustomDrawButtonBase();
@@ -81,7 +80,6 @@
int pressed_id_;
int hover_id_;
int disabled_id_;
- int button_background_id_;
GtkThemeProvider* theme_provider_;
// Whether the button is flipped horizontally. Not used for RTL (we get
@@ -142,7 +140,6 @@
int pressed_id,
int hover_id,
int disabled_id,
- int background_id,
const char* stock_id,
GtkIconSize stock_size);
« no previous file with comments | « chrome/browser/gtk/browser_toolbar_gtk.cc ('k') | chrome/browser/gtk/custom_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698