Index: chrome/browser/themes/browser_theme_pack.cc |
diff --git a/chrome/browser/themes/browser_theme_pack.cc b/chrome/browser/themes/browser_theme_pack.cc |
index 980a1a411179bf9b10ea58a6f147b591a2c1fdd8..b9acebe661eb620665e050e56ae363cff6ea615b 100644 |
--- a/chrome/browser/themes/browser_theme_pack.cc |
+++ b/chrome/browser/themes/browser_theme_pack.cc |
@@ -380,7 +380,8 @@ scoped_refptr<BrowserThemePack> BrowserThemePack::BuildFromDataPack( |
// (see http://crbug.com/80206) |
base::ThreadRestrictions::ScopedAllowIO allow_io; |
scoped_refptr<BrowserThemePack> pack(new BrowserThemePack); |
- pack->data_pack_.reset(new ui::DataPack); |
+ pack->data_pack_.reset( |
+ new ui::DataPack(ui::ResourceHandle::kScaleFactor1x)); |
if (!pack->data_pack_->Load(path)) { |
LOG(ERROR) << "Failed to load theme data pack."; |