win: Fix compilation errors

This commit is contained in:
Cheng Zhao 2014-12-10 14:17:07 -08:00
parent 64edede20d
commit 409f2b4d0f
8 changed files with 255 additions and 202 deletions

View file

@ -111,7 +111,7 @@ void AtomMainDelegate::AddDataPackFromPath(
pak_dir.Append(FILE_PATH_LITERAL("ui_resources_200_percent.pak")),
ui::SCALE_FACTOR_200P);
bundle->AddDataPackFromPath(
pak_dir.Append(FILE_PATH_LITERAL("webkit_resources_200_percent.pak")),
pak_dir.Append(FILE_PATH_LITERAL("content_resources_200_percent.pak")),
ui::SCALE_FACTOR_200P);
#endif
}