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

Issue 1752093002: sk_sp: Covariant Move Constructor and Move Assignment (Closed)

Created:
4 years, 9 months ago by hal.canary
Modified:
4 years, 9 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

sk_sp: Covariant Move Constructor and Move Assignment Also Covariant Copy Constructor, Copy Assignment, and comparison operators. GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1752093002 Committed: https://skia.googlesource.com/skia/+/cb6cb3841adec77d178c6d6ed006102077fd3c48

Patch Set 1 #

Patch Set 2 : 2016-03-01 (Tuesday) 17:44:59 EST #

Patch Set 3 : 2016-03-01 (Tuesday) 18:11:07 EST #

Total comments: 2

Patch Set 4 : spelling #

Total comments: 4

Patch Set 5 : no more space between > > #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -4 lines) Patch
M include/core/SkRefCnt.h View 1 2 3 4 5 chunks +23 lines, -3 lines 0 comments Download
M tests/RefCntTest.cpp View 1 2 3 2 chunks +79 lines, -1 line 0 comments Download

Messages

Total messages: 19 (9 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/1752093002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1752093002/1
4 years, 9 months ago (2016-03-01 21:44:45 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-01 22:01:14 UTC) #5
hal.canary
ptal
4 years, 9 months ago (2016-03-01 22:45:25 UTC) #7
mtklein
lgtm https://codereview.chromium.org/1752093002/diff/40001/tests/RefCntTest.cpp File tests/RefCntTest.cpp (right): https://codereview.chromium.org/1752093002/diff/40001/tests/RefCntTest.cpp#newcode193 tests/RefCntTest.cpp:193: // Test convertable sk_sp assignment. convertible, fwiw
4 years, 9 months ago (2016-03-01 23:19:15 UTC) #9
hal.canary
https://codereview.chromium.org/1752093002/diff/40001/tests/RefCntTest.cpp File tests/RefCntTest.cpp (right): https://codereview.chromium.org/1752093002/diff/40001/tests/RefCntTest.cpp#newcode193 tests/RefCntTest.cpp:193: // Test convertable sk_sp assignment. On 2016/03/01 at 23:19:14, ...
4 years, 9 months ago (2016-03-01 23:21:09 UTC) #10
reed1
api lgtm but I'd like bunge to also review
4 years, 9 months ago (2016-03-02 01:32:19 UTC) #12
bungeman-skia
lgtm, with a nit and an observation https://codereview.chromium.org/1752093002/diff/60001/include/core/SkRefCnt.h File include/core/SkRefCnt.h (right): https://codereview.chromium.org/1752093002/diff/60001/include/core/SkRefCnt.h#newcode250 include/core/SkRefCnt.h:250: typename = ...
4 years, 9 months ago (2016-03-02 14:59:40 UTC) #13
hal.canary
https://codereview.chromium.org/1752093002/diff/60001/include/core/SkRefCnt.h File include/core/SkRefCnt.h (right): https://codereview.chromium.org/1752093002/diff/60001/include/core/SkRefCnt.h#newcode250 include/core/SkRefCnt.h:250: typename = skstd::enable_if_t<skstd::is_convertible<U, T>::value> > On 2016/03/02 at 14:59:40, ...
4 years, 9 months ago (2016-03-02 15:07:26 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1752093002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1752093002/80001
4 years, 9 months ago (2016-03-02 15:07:37 UTC) #17
commit-bot: I haz the power
4 years, 9 months ago (2016-03-02 16:11:29 UTC) #19
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://skia.googlesource.com/skia/+/cb6cb3841adec77d178c6d6ed006102077fd3c48

Powered by Google App Engine
This is Rietveld 408576698