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

Issue 2086583002: update callers to not use SkColorProfileType (Closed)

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

Description

update callers to not use SkColorProfileType Requires https://codereview.chromium.org/2087833002/ to land first. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2086583002 Committed: https://skia.googlesource.com/skia/+/dabe5d3780dee956882c0d65c979ccd09a99ea8f

Patch Set 1 #

Total comments: 14

Patch Set 2 : update callers to not use SkColorProfileType #

Total comments: 2

Patch Set 3 : update callers to not use SkColorProfileType #

Patch Set 4 : remove dead friend #

Patch Set 5 : rm flag instead of commenting it out #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -110 lines) Patch
M bench/SkLinearBitmapPipelineBench.cpp View 1 7 chunks +42 lines, -39 lines 0 comments Download
M include/core/SkColorSpace.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M include/core/SkImageInfo.h View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M src/core/SkBlitter_PM4f.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkBlitter_Sprite.cpp View 1 2 4 chunks +4 lines, -5 lines 0 comments Download
M src/core/SkCanvas.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/core/SkColorShader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/core/SkDraw.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/core/SkLinearBitmapPipeline.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/core/SkLinearBitmapPipeline.cpp View 4 chunks +10 lines, -9 lines 0 comments Download
M src/core/SkLinearBitmapPipeline_sample.h View 10 chunks +30 lines, -30 lines 0 comments Download
M src/core/SkMipMap.cpp View 2 chunks +1 line, -9 lines 0 comments Download
M src/core/SkSpanProcs.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/effects/gradients/Sk4fLinearGradient.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/ColorSpaceTest.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M tests/ImageIsOpaqueTest.cpp View 2 chunks +9 lines, -4 lines 0 comments Download

Messages

Total messages: 28 (13 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2086583002/1
4 years, 6 months ago (2016-06-20 17:37:45 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/9186)
4 years, 6 months ago (2016-06-20 17:44:55 UTC) #5
reed1
4 years, 6 months ago (2016-06-20 18:54:52 UTC) #7
msarett
Woohoo! Mostly nits. https://codereview.chromium.org/2086583002/diff/1/bench/SkLinearBitmapPipelineBench.cpp File bench/SkLinearBitmapPipelineBench.cpp (right): https://codereview.chromium.org/2086583002/diff/1/bench/SkLinearBitmapPipelineBench.cpp#newcode93 bench/SkLinearBitmapPipelineBench.cpp:93: SkColorSpace::NewNamed(SkColorSpace::kSRGB_Named) : nullptr); nit: spacing https://codereview.chromium.org/2086583002/diff/1/bench/SkLinearBitmapPipelineBench.cpp#newcode216 ...
4 years, 6 months ago (2016-06-20 19:41:05 UTC) #8
Brian Osman
https://codereview.chromium.org/2086583002/diff/1/src/core/SkBlitter_Sprite.cpp File src/core/SkBlitter_Sprite.cpp (right): https://codereview.chromium.org/2086583002/diff/1/src/core/SkBlitter_Sprite.cpp#newcode63 src/core/SkBlitter_Sprite.cpp:63: if (SkColorSpacePriv::EQ(dst.info().colorSpace(), src.info().colorSpace())) { Should this be !EQ ? ...
4 years, 6 months ago (2016-06-20 20:09:19 UTC) #9
reed1
https://codereview.chromium.org/2086583002/diff/1/bench/SkLinearBitmapPipelineBench.cpp File bench/SkLinearBitmapPipelineBench.cpp (right): https://codereview.chromium.org/2086583002/diff/1/bench/SkLinearBitmapPipelineBench.cpp#newcode216 bench/SkLinearBitmapPipelineBench.cpp:216: const bool gIsSRGB = true; On 2016/06/20 19:41:05, msarett ...
4 years, 6 months ago (2016-06-20 21:05:53 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2086583002/20001
4 years, 6 months ago (2016-06-20 21:06:03 UTC) #12
msarett
lgtm + nit https://codereview.chromium.org/2086583002/diff/20001/include/core/SkColorSpace.h File include/core/SkColorSpace.h (right): https://codereview.chromium.org/2086583002/diff/20001/include/core/SkColorSpace.h#newcode87 include/core/SkColorSpace.h:87: friend class SkColorSpacePriv; Remove this.
4 years, 6 months ago (2016-06-20 21:10:30 UTC) #13
reed1
https://codereview.chromium.org/2086583002/diff/20001/include/core/SkColorSpace.h File include/core/SkColorSpace.h (right): https://codereview.chromium.org/2086583002/diff/20001/include/core/SkColorSpace.h#newcode87 include/core/SkColorSpace.h:87: friend class SkColorSpacePriv; On 2016/06/20 21:10:30, msarett wrote: > ...
4 years, 6 months ago (2016-06-20 21:17:58 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/2086583002/60001
4 years, 6 months ago (2016-06-20 21:18:13 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-20 21:38:21 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2086583002/80001
4 years, 6 months ago (2016-06-21 15:17:32 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-21 15:39:25 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2086583002/80001
4 years, 6 months ago (2016-06-21 17:27:01 UTC) #26
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 17:28:17 UTC) #28
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/dabe5d3780dee956882c0d65c979ccd09a99ea8f

Powered by Google App Engine
This is Rietveld 408576698