Index: skia/BUILD.gn |
diff --git a/skia/BUILD.gn b/skia/BUILD.gn |
index 1306231c0703d3186169f579ba9d2a313bd92f9c..b40c6fec44821a9cc7d898bd5ea871a83fd99b74 100644 |
--- a/skia/BUILD.gn |
+++ b/skia/BUILD.gn |
@@ -364,9 +364,8 @@ 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) { |