| Index: webkit/support/platform_support_win.cc
|
| diff --git a/webkit/support/platform_support_win.cc b/webkit/support/platform_support_win.cc
|
| index c385ccc298ee327f521e1a242cd4aa8792cb6bfc..249a5338f92ae5cb704f1cb5bf7598d1c7ff3c35 100644
|
| --- a/webkit/support/platform_support_win.cc
|
| +++ b/webkit/support/platform_support_win.cc
|
| @@ -72,13 +72,9 @@ string16 TestWebKitPlatformSupport::GetLocalizedString(int message_id) {
|
| return string16(localized, length);
|
| }
|
|
|
| -base::StringPiece TestWebKitPlatformSupport::GetDataResource(int resource_id) {
|
| - return ResourceProvider(resource_id);
|
| -}
|
| -
|
| -base::StringPiece TestWebKitPlatformSupport::GetImageResource(
|
| +base::StringPiece TestWebKitPlatformSupport::GetDataResource(
|
| int resource_id,
|
| - float scale_factor) {
|
| + ui::ScaleFactor scale_factor) {
|
| switch (resource_id) {
|
| case IDR_BROKENIMAGE: {
|
| // Use webkit's broken image icon (16x16)
|
|
|