| 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 5d8fd739ee3412db0f3829baeaca387309a93956..42797d41cf950399a160e420c3fa3cf98ff57f18 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::kScaleFactor100x));
|
|
|
| if (!pack->data_pack_->Load(path)) {
|
| LOG(ERROR) << "Failed to load theme data pack.";
|
|
|