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

Issue 2629523004: use SkRasterHandleAllocator to support GDI drawing in SkCanvas (Closed)

Created:
3 years, 11 months ago by reed1
Modified:
3 years, 11 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

use SkRasterHandleAllocator to support GDI drawing in SkCanvas This is a new mechanism, replacing the previous technique of subclassing SkDevice. BUG=675977 Review-Url: https://codereview.chromium.org/2629523004 Cr-Commit-Position: refs/heads/master@{#443365} Committed: https://chromium.googlesource.com/chromium/src/+/ae7d8e56c8cc244b4ca0ae692b76e662c2563329

Patch Set 1 #

Patch Set 2 : update year, use MakeUnique #

Total comments: 4

Patch Set 3 #

Patch Set 4 : remove printfs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -306 lines) Patch
M skia/BUILD.gn View 1 chunk +1 line, -1 line 0 comments Download
D skia/ext/bitmap_platform_device_win.h View 1 chunk +0 lines, -80 lines 0 comments Download
D skia/ext/bitmap_platform_device_win.cc View 1 chunk +0 lines, -225 lines 0 comments Download
A skia/ext/raster_handle_allocator_win.cc View 1 2 3 1 chunk +134 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 18 (12 generated)
reed1
3 years, 11 months ago (2017-01-12 14:34:11 UTC) #4
f(malita)
lgtm https://codereview.chromium.org/2629523004/diff/20001/skia/ext/raster_handle_allocator_win.cc File skia/ext/raster_handle_allocator_win.cc (right): https://codereview.chromium.org/2629523004/diff/20001/skia/ext/raster_handle_allocator_win.cc#newcode116 skia/ext/raster_handle_allocator_win.cc:116: std::unique_ptr<SkRasterHandleAllocator>(new GDIAllocator), info, nit: skstd::make_unique, or maybe base::MakeUnique?
3 years, 11 months ago (2017-01-12 14:43:33 UTC) #6
bungeman-chromium
lgtm https://codereview.chromium.org/2629523004/diff/20001/skia/ext/raster_handle_allocator_win.cc File skia/ext/raster_handle_allocator_win.cc (right): https://codereview.chromium.org/2629523004/diff/20001/skia/ext/raster_handle_allocator_win.cc#newcode1 skia/ext/raster_handle_allocator_win.cc:1: // Copyright (c) 2012 The Chromium Authors. All ...
3 years, 11 months ago (2017-01-12 14:56:53 UTC) #7
reed1
https://codereview.chromium.org/2629523004/diff/20001/skia/ext/raster_handle_allocator_win.cc File skia/ext/raster_handle_allocator_win.cc (right): https://codereview.chromium.org/2629523004/diff/20001/skia/ext/raster_handle_allocator_win.cc#newcode1 skia/ext/raster_handle_allocator_win.cc:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
3 years, 11 months ago (2017-01-12 18:54:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2629523004/60001
3 years, 11 months ago (2017-01-12 20:20:33 UTC) #15
commit-bot: I haz the power
3 years, 11 months ago (2017-01-12 21:29:27 UTC) #18
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/ae7d8e56c8cc244b4ca0ae692b76...

Powered by Google App Engine
This is Rietveld 408576698