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

Issue 2168483003: Deprecate SkDevice::accessBitmap method (Closed)

Created:
4 years, 5 months ago by robertphillips
Modified:
4 years, 5 months ago
Reviewers:
reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Deprecate SkDevice::accessBitmap method Relies on https://codereview.chromium.org/2162423003/ (Add SK_SUPPORT_LEGACY_ACCESSBITMAP Skia guard) landing in Chromium first. Calved off: https://codereview.chromium.org/2163323002/ (Add desired width & height to drawContext (as opposed to using the width & height of the RT)) GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2168483003 Committed: https://skia.googlesource.com/skia/+/1f3923e4e5bf9afb9e52a15ced30e3854af73f7b

Patch Set 1 #

Patch Set 2 : update #

Patch Set 3 : update #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -114 lines) Patch
M include/core/SkBitmapDevice.h View 1 chunk +4 lines, -0 lines 0 comments Download
M include/core/SkDevice.h View 1 2 4 chunks +12 lines, -1 line 0 comments Download
M src/core/SkDevice.cpp View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/gpu/SkGpuDevice.h View 1 2 3 chunks +5 lines, -4 lines 2 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 chunks +1 line, -26 lines 0 comments Download
M src/image/SkSurface_Gpu.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M src/pdf/SkPDFDevice.h View 1 2 chunks +0 lines, -6 lines 0 comments Download
M src/pdf/SkPDFDevice.cpp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M src/svg/SkSVGDevice.h View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M src/svg/SkSVGDevice.cpp View 1 2 2 chunks +4 lines, -8 lines 0 comments Download
M tests/SurfaceTest.cpp View 1 2 3 chunks +1 line, -62 lines 0 comments Download

Messages

Total messages: 19 (14 generated)
robertphillips
4 years, 5 months ago (2016-07-21 13:09:54 UTC) #9
reed1
lgtm https://codereview.chromium.org/2168483003/diff/120001/src/gpu/SkGpuDevice.h File src/gpu/SkGpuDevice.h (right): https://codereview.chromium.org/2168483003/diff/120001/src/gpu/SkGpuDevice.h#newcode85 src/gpu/SkGpuDevice.h:85: SkImageInfo info = fRenderTarget->surfacePriv().info(at).makeWH(fSize.fWidth, We could land this ...
4 years, 5 months ago (2016-07-21 14:13:59 UTC) #14
robertphillips
https://codereview.chromium.org/2168483003/diff/120001/src/gpu/SkGpuDevice.h File src/gpu/SkGpuDevice.h (right): https://codereview.chromium.org/2168483003/diff/120001/src/gpu/SkGpuDevice.h#newcode85 src/gpu/SkGpuDevice.h:85: SkImageInfo info = fRenderTarget->surfacePriv().info(at).makeWH(fSize.fWidth, On 2016/07/21 14:13:59, reed1 wrote: ...
4 years, 5 months ago (2016-07-21 14:16:51 UTC) #15
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/2168483003/120001
4 years, 5 months ago (2016-07-21 14:17:01 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 14:17:57 UTC) #19
Message was sent while issue was closed.
Committed patchset #3 (id:120001) as
https://skia.googlesource.com/skia/+/1f3923e4e5bf9afb9e52a15ced30e3854af73f7b

Powered by Google App Engine
This is Rietveld 408576698