| Index: trunk/src/ui/base/resource/resource_bundle_win.cc
|
| ===================================================================
|
| --- trunk/src/ui/base/resource/resource_bundle_win.cc (revision 224498)
|
| +++ trunk/src/ui/base/resource/resource_bundle_win.cc (working copy)
|
| @@ -44,7 +44,7 @@
|
| // scaled up from 100% touch.
|
| float scale = gfx::win::GetDeviceScaleFactor();
|
| bool force_touch_resources = false;
|
| - switch(ui::GetSupportedScaleFactor(scale)) {
|
| + switch(ui::GetScaleFactorFromScale(scale)) {
|
| case ui::SCALE_FACTOR_180P:
|
| AddDataPackFromPath(GetResourcesPakFilePath(
|
| "chrome_touch_180_percent.pak"),
|
|
|