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

Issue 1996973002: Make SkColorSpace a public API (Closed)

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

Description

Make SkColorSpace a public API I've trimmed uniqueID for now, and added some comments. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1996973002 Committed: https://skia.googlesource.com/skia/+/8cc209111876b7c78b5ec577c9221d8ed5e21024

Patch Set 1 #

Total comments: 5

Patch Set 2 : Private base class #

Total comments: 3

Patch Set 3 : #

Patch Set 4 : Remove SkColorSpace.h from gyp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -221 lines) Patch
M gyp/core.gypi View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
A include/core/SkColorSpace.h View 1 1 chunk +75 lines, -0 lines 0 comments Download
D src/core/SkColorSpace.h View 1 chunk +0 lines, -80 lines 0 comments Download
M src/core/SkColorSpace.cpp View 1 12 chunks +68 lines, -47 lines 0 comments Download
D src/core/SkColorSpacePriv.h View 1 1 chunk +0 lines, -89 lines 0 comments Download
A + src/core/SkColorSpace_Base.h View 1 2 2 chunks +30 lines, -2 lines 0 comments Download
M tests/ColorSpaceTest.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 29 (14 generated)
msarett
Let's go for it... https://codereview.chromium.org/1996973002/diff/1/include/core/SkColorSpace.h File include/core/SkColorSpace.h (left): https://codereview.chromium.org/1996973002/diff/1/include/core/SkColorSpace.h#oldcode11 include/core/SkColorSpace.h:11: // Some terms I don't ...
4 years, 7 months ago (2016-05-20 15:36:08 UTC) #3
reed1
I bet we could eliminate the forward declarations for colortables and gammacurves if we really ...
4 years, 7 months ago (2016-05-20 21:10:44 UTC) #5
msarett
"I bet we could eliminate the forward declarations for colortables and gammacurves if we really ...
4 years, 7 months ago (2016-05-23 14:03:49 UTC) #8
Brian Osman
On 2016/05/23 14:03:49, msarett wrote: > https://codereview.chromium.org/1996973002/diff/1/include/core/SkColorSpace.h#newcode60 > include/core/SkColorSpace.h:60: > On 2016/05/20 21:10:44, reed1 wrote: ...
4 years, 7 months ago (2016-05-23 14:10:30 UTC) #9
msarett
https://codereview.chromium.org/1996973002/diff/60001/include/core/SkColorSpace.h File include/core/SkColorSpace.h (right): https://codereview.chromium.org/1996973002/diff/60001/include/core/SkColorSpace.h#newcode15 include/core/SkColorSpace.h:15: class SkColorSpace : public SkRefCnt { Should this be ...
4 years, 7 months ago (2016-05-23 15:22:51 UTC) #10
reed1
lgtm w/ nit about parameter name in _Base.h https://codereview.chromium.org/1996973002/diff/60001/src/core/SkColorSpace_Base.h File src/core/SkColorSpace_Base.h (right): https://codereview.chromium.org/1996973002/diff/60001/src/core/SkColorSpace_Base.h#newcode113 src/core/SkColorSpace_Base.h:113: static ...
4 years, 7 months ago (2016-05-23 15:26:45 UTC) #11
msarett
https://codereview.chromium.org/1996973002/diff/60001/src/core/SkColorSpace_Base.h File src/core/SkColorSpace_Base.h (right): https://codereview.chromium.org/1996973002/diff/60001/src/core/SkColorSpace_Base.h#newcode113 src/core/SkColorSpace_Base.h:113: static inline SkColorSpace_Base* as_CSB(SkColorSpace* image) { On 2016/05/23 15:26:45, ...
4 years, 7 months ago (2016-05-23 15:31:46 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996973002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1996973002/80001
4 years, 7 months ago (2016-05-23 15:31:58 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/8716) Build-Win-MSVC-x86_64-Debug-Trybot on ...
4 years, 7 months ago (2016-05-23 15:36:09 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996973002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1996973002/80001
4 years, 7 months ago (2016-05-23 15:39:28 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/8718)
4 years, 7 months ago (2016-05-23 15:43:39 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996973002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1996973002/100001
4 years, 7 months ago (2016-05-23 16:09:44 UTC) #22
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-23 16:27:36 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1996973002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1996973002/100001
4 years, 7 months ago (2016-05-23 16:28:34 UTC) #27
commit-bot: I haz the power
4 years, 7 months ago (2016-05-23 16:29:33 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 (id:100001) as
https://skia.googlesource.com/skia/+/8cc209111876b7c78b5ec577c9221d8ed5e21024

Powered by Google App Engine
This is Rietveld 408576698