Commit 1fa0b434 authored by mirandac@chromium.org's avatar mirandac@chromium.org

http://src.chromium.org/viewvc/chrome?view=rev&revision=25829 should have...

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
parent b441dca3
...@@ -240,7 +240,7 @@ class BrowserThemeProvider : public base::RefCounted<BrowserThemeProvider>, ...@@ -240,7 +240,7 @@ class BrowserThemeProvider : public base::RefCounted<BrowserThemeProvider>,
virtual SkBitmap* LoadThemeBitmap(int id); virtual SkBitmap* LoadThemeBitmap(int id);
// Save the modified bitmap at image_cache_[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_; } Profile* profile() { return profile_; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment