| Index: chrome/browser/ui/webui/theme_source.h
|
| diff --git a/chrome/browser/ui/webui/theme_source.h b/chrome/browser/ui/webui/theme_source.h
|
| index 9e6c30efbb2b7cd3c1b18a1390136e6d60ceb422..800d5ebaddba8758d39e377151897c659e7713e9 100644
|
| --- a/chrome/browser/ui/webui/theme_source.h
|
| +++ b/chrome/browser/ui/webui/theme_source.h
|
| @@ -38,7 +38,7 @@ class ThemeSource : public ChromeURLDataManager::DataSource {
|
|
|
| private:
|
| // Fetch and send the theme bitmap.
|
| - void SendThemeBitmap(int request_id, int resource_id);
|
| + void SendThemeBitmap(int request_id, int resource_id, float scale_factor);
|
|
|
| // The original profile (never an OTR profile).
|
| Profile* profile_;
|
|
|