Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: skia/BUILD.gn

Issue 2629523004: use SkRasterHandleAllocator to support GDI drawing in SkCanvas (Closed)
Patch Set: remove printfs Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | skia/ext/bitmap_platform_device_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « no previous file | skia/ext/bitmap_platform_device_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698