| Index: webkit/support/platform_support_mac.mm
|
| diff --git a/webkit/support/platform_support_mac.mm b/webkit/support/platform_support_mac.mm
|
| index 88a32a3000519b24e6f340e6f99fe39d7c9cc331..487d521b101a0944c472dfc307a46b99bc5b5f65 100644
|
| --- a/webkit/support/platform_support_mac.mm
|
| +++ b/webkit/support/platform_support_mac.mm
|
| @@ -103,7 +103,7 @@ void AfterInitialize(bool unit_test_mode) {
|
| return; // We don't have a resource pack when running the unit-tests.
|
|
|
| // Load a data pack.
|
| - g_resource_data_pack = new ui::DataPack;
|
| + g_resource_data_pack = new ui::DataPack(ui::ResourceHandle::kScaleFactor100x);
|
| NSString* resource_path =
|
| [base::mac::FrameworkBundle() pathForResource:@"DumpRenderTree"
|
| ofType:@"pak"];
|
|
|