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

Issue 1364443002: remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset (Closed)

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

Description

remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset BUG=skia: Committed: https://skia.googlesource.com/skia/+/7b6945bc4e639d7cc4a49b84d492690f8e865566

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -217 lines) Patch
M gm/drawbitmaprect.cpp View 2 chunks +0 lines, -28 lines 0 comments Download
M gm/image.cpp View 1 chunk +0 lines, -93 lines 0 comments Download
M gm/image_pict.cpp View 1 chunk +1 line, -1 line 0 comments Download
M gm/surface.cpp View 1 chunk +1 line, -1 line 0 comments Download
M include/core/SkImage.h View 2 chunks +12 lines, -11 lines 0 comments Download
M samplecode/SampleFilterQuality.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M src/image/SkImage.cpp View 1 2 4 chunks +28 lines, -37 lines 0 comments Download
M src/image/SkImage_Base.h View 2 chunks +1 line, -5 lines 0 comments Download
M src/image/SkImage_Generator.cpp View 1 4 chunks +18 lines, -7 lines 0 comments Download
M src/image/SkImage_Gpu.h View 2 chunks +2 lines, -4 lines 0 comments Download
M src/image/SkImage_Gpu.cpp View 1 2 3 6 chunks +20 lines, -19 lines 0 comments Download
M src/image/SkImage_Raster.cpp View 3 chunks +15 lines, -5 lines 0 comments Download
M src/image/SkSurface_Gpu.cpp View 2 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 22 (8 generated)
reed1
If we can land this (w/ the guard in chrome), it will simplify other CLs ...
5 years, 3 months ago (2015-09-22 19:11:49 UTC) #2
f(malita)
On 2015/09/22 19:11:49, reed1 wrote: > If we can land this (w/ the guard in ...
5 years, 3 months ago (2015-09-22 19:33:15 UTC) #3
bsalomon
wonder about inheriting the budgeting status of the original, but not sure what to do ...
5 years, 3 months ago (2015-09-22 19:41:45 UTC) #4
reed1
https://codereview.chromium.org/1364443002/diff/1/src/image/SkImage_Generator.cpp File src/image/SkImage_Generator.cpp (right): https://codereview.chromium.org/1364443002/diff/1/src/image/SkImage_Generator.cpp#newcode81 src/image/SkImage_Generator.cpp:81: #include "SkCanvas.h" On 2015/09/22 19:33:14, f(malita) wrote: > Nit: ...
5 years, 3 months ago (2015-09-22 19:42:21 UTC) #5
f(malita)
lgtm https://codereview.chromium.org/1364443002/diff/1/src/image/SkImage_Raster.cpp File src/image/SkImage_Raster.cpp (right): https://codereview.chromium.org/1364443002/diff/1/src/image/SkImage_Raster.cpp#newcode212 src/image/SkImage_Raster.cpp:212: // TODO : could consider heurist of sharing ...
5 years, 3 months ago (2015-09-22 19:47:22 UTC) #6
bsalomon
https://codereview.chromium.org/1364443002/diff/1/src/image/SkImage_Raster.cpp File src/image/SkImage_Raster.cpp (right): https://codereview.chromium.org/1364443002/diff/1/src/image/SkImage_Raster.cpp#newcode212 src/image/SkImage_Raster.cpp:212: // TODO : could consider heurist of sharing pixels, ...
5 years, 3 months ago (2015-09-22 20:08:23 UTC) #7
f(malita)
https://codereview.chromium.org/1364443002/diff/20001/src/image/SkImage.cpp File src/image/SkImage.cpp (right): https://codereview.chromium.org/1364443002/diff/20001/src/image/SkImage.cpp#newcode137 src/image/SkImage.cpp:137: SkFilterQuality) const { Found while preparing the Blink cleanup ...
5 years, 3 months ago (2015-09-22 20:47:33 UTC) #8
reed1
https://codereview.chromium.org/1364443002/diff/20001/src/image/SkImage.cpp File src/image/SkImage.cpp (right): https://codereview.chromium.org/1364443002/diff/20001/src/image/SkImage.cpp#newcode137 src/image/SkImage.cpp:137: SkFilterQuality) const { On 2015/09/22 20:47:33, f(malita) wrote: > ...
5 years, 3 months ago (2015-09-23 10:07:54 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364443002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364443002/40001
5 years, 3 months ago (2015-09-23 10:08:12 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_64-Debug-Trybot/builds/3438)
5 years, 3 months ago (2015-09-23 10:10:26 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364443002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364443002/60001
5 years, 3 months ago (2015-09-23 10:27:40 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-23 10:32:10 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1364443002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1364443002/60001
5 years, 3 months ago (2015-09-24 07:50:13 UTC) #21
commit-bot: I haz the power
5 years, 3 months ago (2015-09-24 07:51:04 UTC) #22
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/7b6945bc4e639d7cc4a49b84d492690f8e865566

Powered by Google App Engine
This is Rietveld 408576698