Chromium Code Reviews| Index: skia/BUILD.gn |
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
| index 25530a5ca3b13c77a9cb526fc387c738c572b4dc..b482cdf10ac80459b20e3452ed777d12c0bd63b1 100644 |
| --- a/skia/BUILD.gn |
| +++ b/skia/BUILD.gn |
| @@ -363,7 +363,7 @@ component("skia") { |
| # Select the right BitmapPlatformDevice. |
| if (is_win) { |
| - sources += [ "ext/bitmap_platform_device_win.cc" ] |
| + sources += [ "ext/raster_handle_allocator_win.cc" ] |
| } |
| if (is_clang && !is_nacl) { |