From 1fa0b434913de60ad4b5c0d2edfa99665b00d27d Mon Sep 17 00:00:00 2001 From: "mirandac@chromium.org" Date: Thu, 10 Sep 2009 03:08:00 +0000 Subject: http://src.chromium.org/viewvc/chrome?view=rev&revision=25829 should have included this change to the signature of the SaveThemeBitmap method. BUG= none TEST= none TBR: glen Review URL: http://codereview.chromium.org/196073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25837 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/browser_theme_provider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/browser_theme_provider.h') diff --git a/chrome/browser/browser_theme_provider.h b/chrome/browser/browser_theme_provider.h index 0053ef2..b503b5c 100644 --- a/chrome/browser/browser_theme_provider.h +++ b/chrome/browser/browser_theme_provider.h @@ -240,7 +240,7 @@ class BrowserThemeProvider : public base::RefCounted, virtual SkBitmap* LoadThemeBitmap(int id); // Save the modified bitmap at image_cache_[id]. - virtual void SaveThemeBitmap(const std::string resource_name, int id); + virtual void SaveThemeBitmap(std::string resource_name, int id); Profile* profile() { return profile_; } -- cgit v1.1