summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/gtk_theme_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/gtk_theme_provider.h')
-rw-r--r--chrome/browser/gtk/gtk_theme_provider.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/gtk/gtk_theme_provider.h b/chrome/browser/gtk/gtk_theme_provider.h
index dbffe57..be160e5 100644
--- a/chrome/browser/gtk/gtk_theme_provider.h
+++ b/chrome/browser/gtk/gtk_theme_provider.h
@@ -75,6 +75,10 @@ class GtkThemeProvider : public BrowserThemeProvider,
// engines.)
virtual SkBitmap* LoadThemeBitmap(int id);
+ // If use_gtk_ is true, completely ignores this call. Otherwise passes it to
+ // the superclass.
+ virtual void SaveThemeBitmap(const std::string resource_name, int id);
+
// Handles signal from GTK that our theme has been changed.
static void OnStyleSet(GtkWidget* widget,
GtkStyle* previous_style,