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

Issue 22471002: Restore SkPath(const SkPath&) to copy the generation ID on Android. (Closed)

Created:
7 years, 4 months ago by mtklein
Modified:
7 years, 4 months ago
CC:
skia-review_googlegroups.com, bsalomon
Visibility:
Public.

Description

Restore SkPath(const SkPath&) to copy the generation ID on Android. BUG= R=bsalomon@google.com, bungeman@google.com, reed@google.com Committed: https://code.google.com/p/skia/source/detail?r=10622

Patch Set 1 #

Patch Set 2 : types #

Patch Set 3 : more notes #

Patch Set 4 : uppercase #

Total comments: 2

Patch Set 5 : split assign and copy #

Total comments: 4

Patch Set 6 : comments #

Total comments: 4

Patch Set 7 : reed-nit #

Patch Set 8 : it's a const ptr #

Patch Set 9 : fix asserts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -16 lines) Patch
include/core/SkPath.h View 1 2 3 4 5 6 3 chunks +3 lines, -7 lines 0 comments Download
src/core/SkPath.cpp View 1 2 3 4 5 6 7 4 chunks +13 lines, -8 lines 0 comments Download
tests/PathTest.cpp View 1 2 3 4 5 6 7 8 3 chunks +20 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
mtklein
7 years, 4 months ago (2013-08-06 19:05:51 UTC) #1
bungeman-skia
https://codereview.chromium.org/22471002/diff/8001/src/core/SkPath.cpp File src/core/SkPath.cpp (right): https://codereview.chromium.org/22471002/diff/8001/src/core/SkPath.cpp#newcode220 src/core/SkPath.cpp:220: fGenerationID = that.fGenerationID; Similar situation to swap. Can't this ...
7 years, 4 months ago (2013-08-06 20:09:48 UTC) #2
reed1
(when) can we switch android over to using SkPath's native genID?
7 years, 4 months ago (2013-08-06 20:16:47 UTC) #3
bungeman-skia
@djsolen On 2013/08/06 20:16:47, reed1 wrote: > (when) can we switch android over to using ...
7 years, 4 months ago (2013-08-06 20:22:42 UTC) #4
mtklein
https://codereview.chromium.org/22471002/diff/8001/src/core/SkPath.cpp File src/core/SkPath.cpp (right): https://codereview.chromium.org/22471002/diff/8001/src/core/SkPath.cpp#newcode220 src/core/SkPath.cpp:220: fGenerationID = that.fGenerationID; On 2013/08/06 20:09:48, bungeman1 wrote: > ...
7 years, 4 months ago (2013-08-06 20:23:35 UTC) #5
reed1
lgtm w/ nit https://codereview.chromium.org/22471002/diff/18001/include/core/SkPath.h File include/core/SkPath.h (left): https://codereview.chromium.org/22471002/diff/18001/include/core/SkPath.h#oldcode170 include/core/SkPath.h:170: This does NOT change the fill-type ...
7 years, 4 months ago (2013-08-06 21:15:08 UTC) #6
bungeman-skia
lgtm
7 years, 4 months ago (2013-08-06 21:16:52 UTC) #7
mtklein
https://codereview.chromium.org/22471002/diff/18001/include/core/SkPath.h File include/core/SkPath.h (left): https://codereview.chromium.org/22471002/diff/18001/include/core/SkPath.h#oldcode170 include/core/SkPath.h:170: This does NOT change the fill-type setting nor isConvex ...
7 years, 4 months ago (2013-08-06 21:18:46 UTC) #8
bsalomon
lgtm
7 years, 4 months ago (2013-08-06 22:06:29 UTC) #9
mtklein
7 years, 4 months ago (2013-08-07 19:17:59 UTC) #10
Message was sent while issue was closed.
Committed patchset #9 manually as r10622 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698