summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/theme_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/webui/theme_source.h')
-rw-r--r--chrome/browser/ui/webui/theme_source.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/theme_source.h b/chrome/browser/ui/webui/theme_source.h
index 9e6c30e..5b58d1c 100644
--- a/chrome/browser/ui/webui/theme_source.h
+++ b/chrome/browser/ui/webui/theme_source.h
@@ -9,6 +9,7 @@
#include <string>
#include "chrome/browser/ui/webui/chrome_url_data_manager.h"
+#include "ui/base/layout.h"
class Profile;
@@ -38,7 +39,9 @@ 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,
+ ui::ScaleFactor scale_factor);
// The original profile (never an OTR profile).
Profile* profile_;