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

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

Issue 2847079: Remove support for background masks. These are no longer necessary in the ne... (Closed) Base URL: svn://chrome-svn/chrome/trunk/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 53847)
+++ chrome/browser/gtk/custom_button.h (working copy)
@@ -36,8 +36,7 @@
int normal_id,
int pressed_id,
int hover_id,
- int disabled_id,
- int background_id);
+ int disabled_id);
~CustomDrawButtonBase();
@@ -82,7 +81,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
@@ -143,7 +141,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